Support darwin

This commit is contained in:
Michael Fellinger 2018-02-20 11:29:07 +01:00 committed by GitHub
parent 895b1cb1b0
commit 1313542b6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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