From 13cb9b302868b5a966a6ae177412c474084f4bf1 Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Fri, 30 Jun 2023 15:56:45 +0800 Subject: gnu: python-wand: Fix build. Fixes . * gnu/packages/python-xyz.scm (python-wand)[arguments]<#:phases>: Pass tests? to 'check. Reported-by: Thorsten Wilms Signed-off-by: Tobias Geerinckx-Rice --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.2.3