guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: julia-paddedviews: Enable tests.


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

efraim pushed a commit to branch master
in repository guix.

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

    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>
---
 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 3dd12b6..07b6265 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3123,10 +3123,10 @@ languages like Fortran.")
         (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,



reply via email to

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