iniparser: fix darwin build

/cc ZHF #36454
wip/yesman
Daiderd Jordan 6 years ago
parent e616725ba0
commit 5873a3418b
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
  1. 5
      pkgs/development/libraries/iniparser/default.nix

@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
patches = ./no-usr.patch;
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
substituteInPlace Makefile \
--replace -Wl,-soname= -Wl,-install_name,
'';
doCheck = true;
preCheck = "patchShebangs test/make-tests.sh";

Loading…
Cancel
Save