summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/security/crackxls/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/security/crackxls/default.nix b/pkgs/tools/security/crackxls/default.nix
index c593650dbd45..37e3e048a767 100644
--- a/pkgs/tools/security/crackxls/default.nix
+++ b/pkgs/tools/security/crackxls/default.nix
@@ -1,17 +1,17 @@
-{ stdenv, fetchgit, autoconf, automake, openssl, libgsf }:
+{ stdenv, fetchgit, pkgconfig, autoconf, automake, openssl, libgsf, gmp }:
stdenv.mkDerivation rec {
name = "crackxls-${version}";
- version = "v0.4";
+ version = "0.4";
src = fetchgit {
url = https://github.com/GavinSmith0123/crackxls2003.git;
- rev = "refs/tags/${version}";
+ rev = "refs/tags/v${version}";
sha256 = "0q5jl7hcds3f0rhly3iy4fhhbyh9cdrfaw7zdrazzf1wswwhyssz";
};
- buildInputs = [ openssl libgsf automake autoconf ];
+ buildInputs = [ pkgconfig autoconf automake openssl libgsf gmp ];
installPhase =
''