mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Support darwin
This commit is contained in:
parent
895b1cb1b0
commit
1313542b6b
|
@ -92,7 +92,7 @@ in
|
|||
dontBuild = false;
|
||||
postPatch = ''
|
||||
substituteInPlace lib/ethon/curls/settings.rb \
|
||||
--replace "libcurl" "${curl.out}/lib/libcurl.so"
|
||||
--replace "libcurl" "${curl.out}/lib/libcurl${stdenv.hostPlatform.extensions.sharedLibrary}"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue