Skip to content

Commit

Permalink
swi-prolog: prevent git from running during extraPacks install
Browse files Browse the repository at this point in the history
  • Loading branch information
matko committed Sep 7, 2024
1 parent 5205745 commit f6c7227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/swi-prolog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ let
"option 'extraLibraries' removed - use 'with*' options (e.g., 'withJava'), or overrideAttrs to inject extra build dependencies";

packInstall = swiplPath: pack:
''${swiplPath}/bin/swipl -g "pack_install(${pack}, [package_directory(\"${swiplPath}/lib/swipl/extra-pack\"), silent(true), interactive(false)])." -t "halt."
''${swiplPath}/bin/swipl -g "pack_install(${pack}, [package_directory(\"${swiplPath}/lib/swipl/extra-pack\"), silent(true), interactive(false), git(false)])." -t "halt."
'';
withGui' = withGui && !stdenv.isDarwin;
optionalDependencies = []
Expand Down

0 comments on commit f6c7227

Please sign in to comment.