mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #192974 from siraben/swiprolog-update
swiProlog: 8.3.29 -> 8.5.17
This commit is contained in:
commit
e27d8af59b
@ -34,7 +34,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "8.3.29";
|
version = "8.5.17";
|
||||||
packInstall = swiplPath: pack:
|
packInstall = swiplPath: pack:
|
||||||
''${swiplPath}/bin/swipl -g "pack_install(${pack}, [package_directory(\"${swiplPath}/lib/swipl/pack\"), silent(true), interactive(false)])." -t "halt."
|
''${swiplPath}/bin/swipl -g "pack_install(${pack}, [package_directory(\"${swiplPath}/lib/swipl/pack\"), silent(true), interactive(false)])." -t "halt."
|
||||||
'';
|
'';
|
||||||
@ -47,7 +47,7 @@ stdenv.mkDerivation {
|
|||||||
owner = "SWI-Prolog";
|
owner = "SWI-Prolog";
|
||||||
repo = "swipl-devel";
|
repo = "swipl-devel";
|
||||||
rev = "V${version}";
|
rev = "V${version}";
|
||||||
sha256 = "sha256-2QYY3VDG3dhbv5gtSid4eMYMxhhpggCedJL+RhtbbaU=";
|
sha256 = "sha256-n1o6eG40DHnmNXuifQC6UFwGzuiL22V++0qRmq1RSzc=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user