Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-05-13 11:42:36 +02:00
36 changed files with 551 additions and 220 deletions

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 ];