mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
zziplib: use postPatch instead of patchPhase
This commit is contained in:
parent
831ef4756e
commit
cdf19abfa5
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0802kdxwxx9zanpwb4w4wfi3blwhv0ri05mzdgd35j5sva5ify0j";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
sed -i -e s,--export-dynamic,, configure
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user