guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: numix-theme: The ‘check’ phase already respects ‘#:tests?’.


From: guix-commits
Subject: 05/09: gnu: numix-theme: The ‘check’ phase already respects ‘#:tests?’.
Date: Sun, 29 Mar 2020 12:41:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 991a571038a15377e1449aee71a52b7487837124
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 17:24:38 2020 +0200

    gnu: numix-theme: The ‘check’ phase already respects ‘#:tests?’.
    
    * gnu/packages/gnome-xyz.scm (numix-theme)[arguments]: Don't delete
    the ‘check’ phase.
---
 gnu/packages/gnome-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 24a1dc2..1f17dfe 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2020 Alex Griffin <address@hidden>
 ;;; Copyright © 2020 Jack Hill <address@hidden>
 ;;; Copyright © 2020 Ekaitz Zarraga <address@hidden>
+;;; Copyright © 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -483,10 +484,10 @@ notebooks and tiling window managers.")
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags (list (string-append "DESTDIR=" (assoc-ref %outputs 
"out")))
+       #:tests? #f
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure)
-         (delete 'check))))
+         (delete 'configure))))             ; no configure script
     (native-inputs
      `(("glib:bin" ,glib "bin")             ; for glib-compile-schemas
        ("gnome-shell" ,gnome-shell)



reply via email to

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