Blind commit trying to fix zziplib, with a little patch.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32607
This commit is contained in:
parent
fc9f42487e
commit
b2ff0f484e
@ -8,6 +8,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "13j9f6i8rx0qd5m96iwrcha78h34qpfk5qzi7cv098pms6gq022m";
|
sha256 = "13j9f6i8rx0qd5m96iwrcha78h34qpfk5qzi7cv098pms6gq022m";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e s,--export-dynamic,, configure
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs = [ perl python zip xmlto zlib ];
|
buildInputs = [ perl python zip xmlto zlib ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user