zziplib: use postPatch instead of patchPhase

This commit is contained in:
Florian Klink 2018-02-23 20:36:21 +01:00
parent 831ef4756e
commit cdf19abfa5

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "0802kdxwxx9zanpwb4w4wfi3blwhv0ri05mzdgd35j5sva5ify0j";
};
patchPhase = ''
postPatch = ''
sed -i -e s,--export-dynamic,, configure
'';