guix-commits
[Top][All Lists]
Advanced

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

34/34: gnu: python-wand: Fix build.


From: guix-commits
Subject: 34/34: gnu: python-wand: Fix build.
Date: Tue, 18 Jul 2023 21:12:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 13cb9b302868b5a966a6ae177412c474084f4bf1
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Jun 30 15:56:45 2023 +0800

    gnu: python-wand: Fix build.
    
    Fixes <https://issues.guix.gnu.org/64350>.
    
    * gnu/packages/python-xyz.scm (python-wand)[arguments]<#:phases>: Pass 
tests?
    to 'check.
    
    Reported-by: Thorsten Wilms <t_w_@freenet.de>
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6a29701219..755b0af4b6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2446,7 +2446,7 @@ conventions and aliases in the same expression.")
              (setenv "MAGICK_HOME" (assoc-ref inputs "imagemagick"))
              (setenv "WAND_MAGICK_LIBRARY_SUFFIX" ".Q16")))
          (replace 'check
-           (lambda _
+           (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
                (invoke "pytest" "-vv")))))))
     (native-inputs



reply via email to

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