mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
julia.withPackages: add a comment about Git usage
This commit is contained in:
parent
2694a7a96f
commit
9a582b1334
@ -56,6 +56,7 @@ runCommand "julia-depot" {
|
||||
# See https://github.com/NixOS/nixpkgs/issues/315890
|
||||
git config --global --add safe.directory '*'
|
||||
|
||||
# Tell Julia to use the Git binary we provide, rather than internal libgit2.
|
||||
export JULIA_PKG_USE_CLI_GIT="true"
|
||||
|
||||
# At time of writing, this appears to be the only way to turn precompiling's
|
||||
|
Loading…
Reference in New Issue
Block a user