Compare commits

..

No commits in common. "c84fa67136162cef2d54246e5631842c2ebf8b03" and "ce2dd6c750af7d1b6a407868b9e2c2190a202956" have entirely different histories.

2 changed files with 7 additions and 12 deletions

View file

@ -10,8 +10,8 @@
nixpkgs, nixpkgs,
}: 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/Release1/release1.tar.gz";
sha256 = "10jyldwmcs5zyz1k8lp3jsdn7nhlvn56g0709l5jp91qimw7xiqz"; sha256 = "10jyldwmcs5zyz1k8lp3jscn7nhlvn56g0709l5jp91qimw7xiqz";
}; };
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,8 +19,7 @@
pname = "sTodo"; pname = "sTodo";
version = "1.0.0"; version = "1.0.0";
src = tarball; src = tarball;
buildInputs = [zlib gmp libffi]; buildInputs = [zlib gmp libffi openssl];
nativeBuildInputs = [openssl];
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp $src/sTodo $out/bin cp $src/sTodo $out/bin

View file

@ -20,10 +20,6 @@
snapshot: snapshot:
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/26.yaml url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/26.yaml
nix:
enable: true
pure: false
# User packages to be built. # User packages to be built.
# Various formats can be used as shown in the example below. # Various formats can be used as shown in the example below.
# #