guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ibus-theme-tools: Do not delete check phase.


From: guix-commits
Subject: branch master updated: gnu: ibus-theme-tools: Do not delete check phase.
Date: Sun, 21 Nov 2021 09:17:53 -0500

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f0a30bf  gnu: ibus-theme-tools: Do not delete check phase.
f0a30bf is described below

commit f0a30bf8aac0f2178543f9cd629011eb85f6df48
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Nov 21 15:15:49 2021 +0100

    gnu: ibus-theme-tools: Do not delete check phase.
    
    * gnu/packages/ibus.scm (ibus-theme-tools)[#:tests?]: Add with value #f and
    an appropriate comment.
    [#:phases]: Drop.
---
 gnu/packages/ibus.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index fe7fb33..ab4b822 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -791,9 +791,7 @@ hanja dictionary and small hangul character 
classification.")
          "0i8vwnikwd1bfpv4xlgzc51gn6s18q58nqhvcdiyjzcmy3z344c2"))))
     (build-system python-build-system)
     (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (delete 'check))))
+     `(#:tests? #f)) ; No tests
     (propagated-inputs
      `(("python-tinycss2" ,python-tinycss2)
        ("python-pygobject" ,python-pygobject)))



reply via email to

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