diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-10-14 17:58:59 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-19 10:06:39 +0300 |
commit | d36a41279e631ebec90255d640e94a159c2f3694 (patch) | |
tree | 3a61ec51ba3dc44a056e02dd17127ce2f6e099e8 /gnu | |
parent | 78f48af0fe0b6479134e03d1b2385651cf8fc0b6 (diff) | |
download | guix-d36a41279e631ebec90255d640e94a159c2f3694.tar.gz |
gnu: julia-irtools: Enable tests.
* gnu/packages/julia-xyz (julia-irtools)[arguements]: Remove. [native-inputs]: Add julia-documenter. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu')
-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 89bb2c0f92..3dd12b60b8 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -2461,11 +2461,11 @@ as a string together with the return value.") (file-name (git-file-name name version)) (sha256 (base32 "11334fcg2slpwcj0raxf457brhf7pxglgxc6cy8q58ggrpxqfqql")))) - (arguments - '(#:tests? #f)) ;require Documenter, not packaged yet (build-system julia-build-system) (propagated-inputs `(("julia-macrotools" ,julia-macrotools))) + (native-inputs + `(("julia-documenter" ,julia-documenter))) (home-page "https://github.com/FluxML/IRTools.jl") (synopsis "Simple and flexible IR format") (description "This package provides a simple and flexible IR format, |