mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue