bug-guix
[Top][All Lists]
Advanced

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

bug#50299: [PATCH v4 17/25] gnu: libicns: Run tests conditionally.


From: Maxime Devos
Subject: bug#50299: [PATCH v4 17/25] gnu: libicns: Run tests conditionally.
Date: Fri, 31 Dec 2021 12:14:59 +0000

The #:tests? #t is actually harmless here, because there are no
tests (though there is a trivial 'check' target).  The ‘; No tests.’
comment might be confusing though.

* gnu/packages/image.scm (libicns)[arguments]: Remove.
---
 gnu/packages/image.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 6cf171a410..a8a77f7767 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -563,8 +563,6 @@ maximum quality factor.")
     (build-system gnu-build-system)
     (inputs
      (list libpng jasper))
-    (arguments
-     `(#:tests? #t)) ; No tests.
     (home-page "http://icns.sourceforge.net/";)
     (synopsis "Library for handling Mac OS icns resource files")
     (description
-- 
2.30.2






reply via email to

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