mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
julia.withPackages: add a comment about Git usage
(cherry picked from commit 9a582b1334
)
This commit is contained in:
parent
ea6033ce4d
commit
5ea3303457
@ -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