guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: libheif: Enable tests.


From: guix-commits
Subject: 04/13: gnu: libheif: Enable tests.
Date: Sat, 6 Apr 2024 07:45:46 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 38e93600b5cb62fd40d1c1b36ae7ca5c20718746
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Mar 29 14:25:41 2024 -0300

    gnu: libheif: Enable tests.
    
    * gnu/packages/image.scm (libheif)[arguments]: Remove #:tests?.
    
    Change-Id: Ibf89a3eb3ff3a78962896147f385ef4de0493e3e
---
 gnu/packages/image.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 105759e65f..fae45363ad 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2558,8 +2558,6 @@ by AOM, including with alpha.")
        (sha256
         (base32 "00rc8ffc2s9dz9szhy0f0raas8wnn5cyni1imd5lqz79by6qz7x6"))))
     (build-system cmake-build-system)
-    (arguments
-     `(#:tests? #f)) ;no test target although there is a tests folder
     (native-inputs
      (list autoconf automake libtool pkg-config))
     (inputs



reply via email to

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