clpm: fix darwin build (#123029)

This commit is contained in:
Stéphan Kochen 2021-05-17 00:57:29 +02:00 committed by GitHub
parent 506ee64b6f
commit 42bb7e9e4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
buildPhase = ''
runHook preBuild
ln -s ${openssl.out}/lib/libcrypto.so.* .
ln -s ${openssl.out}/lib/libssl.so.* .
ln -s ${openssl.out}/lib/libcrypto*${stdenv.hostPlatform.extensions.sharedLibrary}* .
ln -s ${openssl.out}/lib/libssl*${stdenv.hostPlatform.extensions.sharedLibrary}* .
common-lisp.sh --script scripts/build.lisp
runHook postBuild