guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: herbstluftwm: The ‘check’ phase already respects ‘#:tests?’.


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

nckx pushed a commit to branch master
in repository guix.

commit 78bf89de5a68646b523b975562251c8490fb7030
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Mar 29 17:04:48 2020 +0200

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 25ec278..e5b7ea8 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -172,8 +172,7 @@ the leaves of a full binary tree.")
     (arguments
      '(#:phases
        (modify-phases %standard-phases
-         (delete 'configure)
-         (delete 'check)
+         (delete 'configure)            ; no configure script
          (add-after 'install 'install-xsession
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))



reply via email to

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