diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-01-04 23:47:42 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-01-10 15:15:32 +0200 |
commit | b8088f9186727233269761d4e7c9ddbb4a900dfa (patch) | |
tree | cfbe6d09b69107fc75d08c29106123d6b6064ee8 /gnu | |
parent | 79ba1214b0f82cc5fa4f987e2b78842356bad603 (diff) | |
download | guix-b8088f9186727233269761d4e7c9ddbb4a900dfa.tar.gz |
gnu: julia-documentertools: Adjust style.
* gnu/packages/julia-xyz.scm (julia-documentertools)[inputs]: Remove label. [propagated-inputs]: Adjust. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 0fbda57cf5..8ac9c30b0f 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1310,9 +1310,11 @@ valuable enough at this time.") (inputs ;; We don't want to propagate the bootstrap version. ;; Cycle with Documenter.jl in later versions. - `(("julia-documenter" ,julia-documenter-bootstrap))) + (list julia-documenter-bootstrap)) (propagated-inputs - (list julia-docstringextensions julia-gumbo julia-sass)) + (list julia-docstringextensions + julia-gumbo + julia-sass)) (native-inputs (list julia-example)) (home-page "https://github.com/JuliaDocs/DocumenterTools.jl") |