swiProlog: fix darwin build

This commit is contained in:
Stéphan Kochen 2021-05-11 21:10:57 +02:00
parent 35d969a581
commit 3cf4c5d09b

View file

@ -53,7 +53,7 @@ stdenv.mkDerivation {
# Add the packInstall path to the swipl pack search path
postPatch = ''
echo "user:file_search_path(pack, '$out/lib/swipl/pack')." >> /build/$sourceRoot/boot/init.pl
echo "user:file_search_path(pack, '$out/lib/swipl/pack')." >> boot/init.pl
'';
nativeBuildInputs = [ cmake pkg-config ];