.
This commit is contained in:
parent
b601bdd796
commit
c84fa67136
1 changed files with 3 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
}: let
|
}: let
|
||||||
tarball = fetchTarball {
|
tarball = fetchTarball {
|
||||||
url = "https://git.stuce.ch/stuce/sTodo/releases/download/Release2/release2.tar.gz";
|
url = "https://git.stuce.ch/stuce/sTodo/releases/download/Release2/release2.tar.gz";
|
||||||
sha256 = "10jyldwmcs5zyz1k8lp3jscn7nhlvn56g0709l5jp91qimw7xiqz";
|
sha256 = "10jyldwmcs5zyz1k8lp3jsdn7nhlvn56g0709l5jp91qimw7xiqz";
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
packages.x86_64-linux.sTodo = with nixpkgs.legacyPackages.x86_64-linux;
|
packages.x86_64-linux.sTodo = with nixpkgs.legacyPackages.x86_64-linux;
|
||||||
|
|
@ -19,7 +19,8 @@
|
||||||
pname = "sTodo";
|
pname = "sTodo";
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
src = tarball;
|
src = tarball;
|
||||||
buildInputs = [zlib gmp libffi openssl];
|
buildInputs = [zlib gmp libffi];
|
||||||
|
nativeBuildInputs = [openssl];
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp $src/sTodo $out/bin
|
cp $src/sTodo $out/bin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue