diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-10-14 17:58:58 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-19 10:06:37 +0300 |
commit | 78f48af0fe0b6479134e03d1b2385651cf8fc0b6 (patch) | |
tree | 7e745472540e7f917677b13ff76df32a7195fa61 /gnu/packages/julia-xyz.scm | |
parent | 8ee9516a3a5d7d36131318b5b0ccb1b04793d05a (diff) | |
download | guix-78f48af0fe0b6479134e03d1b2385651cf8fc0b6.tar.gz |
gnu: julia-colortypes: Enable tests.
* gnu/packages/julia-xyz (julia-colortypes)[arguments]: Remove. [native-inputs]: Add julia-documenter. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/julia-xyz.scm')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 62b6e4edfb..89bb2c0f92 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -624,11 +624,11 @@ color scales for graphics.") (file-name (git-file-name name version)) (sha256 (base32 "0n7h70caqv7yd0khjhn90iax62r73mcif8qzkwj5b4q46li1r8ih")))) - (arguments - '(#:tests? #f)) ;require Documenter, not packaged yet (build-system julia-build-system) (propagated-inputs `(("julia-fixedpointnumbers" ,julia-fixedpointnumbers))) + (native-inputs + `(("julia-documenter" ,julia-documenter))) (home-page "https://github.com/JuliaGraphics/ColorTypes.jl") (synopsis "Basic color types and constructor") (description "This minimalistic package serves as the foundation for |