parent
e616725ba0
commit
5873a3418b
@ -13,6 +13,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
patches = ./no-usr.patch;
|
patches = ./no-usr.patch;
|
||||||
|
|
||||||
|
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
substituteInPlace Makefile \
|
||||||
|
--replace -Wl,-soname= -Wl,-install_name,
|
||||||
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
preCheck = "patchShebangs test/make-tests.sh";
|
preCheck = "patchShebangs test/make-tests.sh";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user