guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/09: gnu: julia-irtools: Enable tests.


From: guix-commits
Subject: 03/09: gnu: julia-irtools: Enable tests.
Date: Tue, 19 Oct 2021 03:22:44 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d36a41279e631ebec90255d640e94a159c2f3694
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Oct 14 17:58:59 2021 +0200

    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>
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 89bb2c0..3dd12b6 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]