mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 07:27:27 +00:00
commit
f5c83c7086
@ -57,6 +57,11 @@ stdenv.mkDerivation {
|
||||
"zsh_cv_sys_dynamic_strip_lib=yes"
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Src/Modules/pcre.mdd \
|
||||
--replace 'pcre-config' 'true'
|
||||
'';
|
||||
|
||||
preConfigure = ''
|
||||
# use pkg-config instead of pcre-config
|
||||
configureFlagsArray+=("PCRECONF=''${PKG_CONFIG} libpcre")
|
||||
|
Loading…
Reference in New Issue
Block a user