gnu: julia-stackviews: Enable tests.
* gnu/packages/julia-xyz (julia-stackviews)[arguments]: Remove #:tests?. [native-inputs]: Add julia-aqua and julia-documenter. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
c2051168a3
commit
e6cda550e2
|
@ -4123,8 +4123,7 @@ some performance improvements).")
|
||||||
(base32 "1fwiaxdpx1z9dli3jr8kyraych0jbdiny3qklynf0r13px25r6i7"))))
|
(base32 "1fwiaxdpx1z9dli3jr8kyraych0jbdiny3qklynf0r13px25r6i7"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Documenter.jl not packaged yet
|
`(#:phases
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'skip-doctest
|
(add-after 'unpack 'skip-doctest
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -4133,9 +4132,9 @@ some performance improvements).")
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-offsetarrays" ,julia-offsetarrays)))
|
`(("julia-offsetarrays" ,julia-offsetarrays)))
|
||||||
;(native-inputs
|
(native-inputs
|
||||||
; `(("julia-aqua" ,julia-aqua)
|
`(("julia-aqua" ,julia-aqua)
|
||||||
; ("julia-documenter" ,julia-documenter)))
|
("julia-documenter" ,julia-documenter)))
|
||||||
(home-page "https://github.com/JuliaArrays/StackViews.jl")
|
(home-page "https://github.com/JuliaArrays/StackViews.jl")
|
||||||
(synopsis "No more catcat")
|
(synopsis "No more catcat")
|
||||||
(description "StackViews provides only one array type: @code{StackView}.
|
(description "StackViews provides only one array type: @code{StackView}.
|
||||||
|
|
Reference in New Issue