3
0
Fork 0
forked from mirrors/nixpkgs

Blind commit trying to fix zziplib, with a little patch.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32607
This commit is contained in:
Lluís Batlle i Rossell 2012-02-26 21:45:08 +00:00
parent fc9f42487e
commit b2ff0f484e

View file

@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "13j9f6i8rx0qd5m96iwrcha78h34qpfk5qzi7cv098pms6gq022m";
};
patchPhase = ''
sed -i -e s,--export-dynamic,, configure
'';
buildInputs = [ perl python zip xmlto zlib ];
doCheck = true;