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:
Ludovic Courtès 2022-12-23 22:35:21 +01:00
parent ddd6b70591
commit 83b1a2f682
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")