fix crackxls libgsf dependency

This commit is contained in:
Emil Rangden 2015-06-02 13:21:53 +02:00
parent ee8ac51986
commit 6eb4fdeb4d

View file

@ -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 =
''