flake updated
This commit is contained in:
parent
6be9bd7802
commit
b04ab998ce
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "sTodo";
|
pname = "sTodo";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
|
src = tarball;
|
||||||
buildInputs = [zlib gmp libffi openssl];
|
buildInputs = [zlib gmp libffi openssl];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue