mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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>
This commit is contained in:
parent
8ee9516a3a
commit
78f48af0fe
1 changed files with 2 additions and 2 deletions
|
@ -624,11 +624,11 @@ (define-public julia-colortypes
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n7h70caqv7yd0khjhn90iax62r73mcif8qzkwj5b4q46li1r8ih"))))
|
(base32 "0n7h70caqv7yd0khjhn90iax62r73mcif8qzkwj5b4q46li1r8ih"))))
|
||||||
(arguments
|
|
||||||
'(#:tests? #f)) ;require Documenter, not packaged yet
|
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-fixedpointnumbers" ,julia-fixedpointnumbers)))
|
`(("julia-fixedpointnumbers" ,julia-fixedpointnumbers)))
|
||||||
|
(native-inputs
|
||||||
|
`(("julia-documenter" ,julia-documenter)))
|
||||||
(home-page "https://github.com/JuliaGraphics/ColorTypes.jl")
|
(home-page "https://github.com/JuliaGraphics/ColorTypes.jl")
|
||||||
(synopsis "Basic color types and constructor")
|
(synopsis "Basic color types and constructor")
|
||||||
(description "This minimalistic package serves as the foundation for
|
(description "This minimalistic package serves as the foundation for
|
||||||
|
|
Loading…
Reference in a new issue