bug-guix
[Top][All Lists]
Advanced

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

bug#50299: [PATCH v3 17/27] gnu: libicns: Don't run tests when cross-com


From: Maxime Devos
Subject: bug#50299: [PATCH v3 17/27] gnu: libicns: Don't run tests when cross-compiling.
Date: Thu, 30 Sep 2021 00:47:49 +0200

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 6e67c56d78..48bf546cf3 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -565,8 +565,6 @@ maximum quality factor.")
     (inputs
      `(("libpng" ,libpng)
        ("jasper" ,jasper)))
-    (arguments
-     `(#:tests? #t)) ; No tests.
     (home-page "http://icns.sourceforge.net/";)
     (synopsis "Library for handling Mac OS icns resource files")
     (description
-- 
2.33.0






reply via email to

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