swiProlog: fix darwin build
This commit is contained in:
parent
35d969a581
commit
3cf4c5d09b
@ -53,7 +53,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
# Add the packInstall path to the swipl pack search path
|
# Add the packInstall path to the swipl pack search path
|
||||||
postPatch = ''
|
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 ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user