mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 12:49:45 -05:00
gnu: julia-paddedviews: Enable tests.
* gnu/packages/julia-xyz (julia-paddedviews)[arguments]: Remove. [native-inputs]: Add julia-documenter. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
d36a41279e
commit
c2051168a3
1 changed files with 2 additions and 2 deletions
|
@ -3123,10 +3123,10 @@ (define-public julia-paddedviews
|
|||
(sha256
|
||||
(base32 "0ran2vj6ahlzib0g77y7g0jhavy3k9s2mqq23ybpgp9z677wf26h"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ;require Documenter, not packaged yet
|
||||
(propagated-inputs
|
||||
`(("julia-offsetarrays" ,julia-offsetarrays)))
|
||||
(native-inputs
|
||||
`(("julia-documenter" ,julia-documenter)))
|
||||
(home-page "https://github.com/JuliaArrays/PaddedViews.jl")
|
||||
(synopsis "Add virtual padding to the edges of an array")
|
||||
(description "@code{PaddedViews} provides a simple wrapper type,
|
||||
|
|
Loading…
Reference in a new issue