Update flake.nix
This commit is contained in:
parent
16bcee802d
commit
7b29a58a22
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
pname = "sTodo";
|
pname = "sTodo";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
src = tarball;
|
src = tarball;
|
||||||
buildInputs = [zlib gmp libffi];
|
buildInputs = [libz gmp libffi];
|
||||||
nativeBuildInputs = [openssl];
|
nativeBuildInputs = [openssl];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue