Support darwin

This commit is contained in:
Michael Fellinger
2018-02-20 11:29:07 +01:00
committed by GitHub
parent 895b1cb1b0
commit 1313542b6b

View File

@@ -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}"
'';
};