gnu: julia-documenter: Depend on 'git-minimal/fixed'.
That way the main 'git-minimal' package can be updated without causing a rebuild of all the dependents of 'julia-documenter'. * gnu/packages/julia-xyz.scm (julia-documenter)[native-inputs]: Replace 'git-minimal' by 'git-minimal/fixed'.
This commit is contained in:
parent
ddd6b70591
commit
83b1a2f682
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ valuable enough at this time.")
|
||||||
(inputs
|
(inputs
|
||||||
(list python-wrapper))
|
(list python-wrapper))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list git-minimal
|
(list git-minimal/fixed ;needed for the "Utilities" test
|
||||||
julia-documentermarkdown
|
julia-documentermarkdown
|
||||||
julia-documentertools))
|
julia-documentertools))
|
||||||
(home-page "https://juliadocs.github.io/Documenter.jl")
|
(home-page "https://juliadocs.github.io/Documenter.jl")
|
||||||
|
|
Reference in a new issue