adns: blind attempt to fix the shared library build on Darwin
svn path=/nixpkgs/trunk/; revision=27892
This commit is contained in:
parent
c29e9369b0
commit
71237fce00
@ -15,6 +15,9 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1zm99i9fd5gfijd144ajngn6x73563355im79sqdi98pj6ir4yvi";
|
sha256 = "1zm99i9fd5gfijd144ajngn6x73563355im79sqdi98pj6ir4yvi";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
preConfigure =
|
||||||
|
stdenv.lib.optionalString stdenv.isDarwin "sed -i -e 's|-Wl,-soname=$(SHLIBSONAME)||' configure";
|
||||||
|
|
||||||
# http://thread.gmane.org/gmane.linux.distributions.nixos/1328 for details.
|
# http://thread.gmane.org/gmane.linux.distributions.nixos/1328 for details.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user