Unbreak ADNS on Darwin.
Make the version number in postInstall match that of the package.
This commit is contained in:
parent
02ff4444d7
commit
daa1941d27
@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
doCheck = false;
|
||||
|
||||
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
install_name_tool -id $out/lib/libadns.so.1.3 $out/lib/libadns.so.1.3
|
||||
install_name_tool -id $out/lib/libadns.so.1.5 $out/lib/libadns.so.1.5
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user