mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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 @@ (define-public julia-documenter
|
|||
(inputs
|
||||
(list python-wrapper))
|
||||
(native-inputs
|
||||
(list git-minimal
|
||||
(list git-minimal/fixed ;needed for the "Utilities" test
|
||||
julia-documentermarkdown
|
||||
julia-documentertools))
|
||||
(home-page "https://juliadocs.github.io/Documenter.jl")
|
||||
|
|
Loading…
Reference in a new issue