forked from mirrors/nixpkgs
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
|
||||
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 ];
|
||||
|
|
Loading…
Reference in a new issue