[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"))
- branch master updated (57c3b71 -> acf900e), guix-commits, 2020/03/29
- 02/09: gnu: xscreensaver: Put ‘app-defaults’ in the right place., guix-commits, 2020/03/29
- 04/09: gnu: herbstluftwm: Put completions where fish expects them., guix-commits, 2020/03/29
- 05/09: gnu: numix-theme: The ‘check’ phase already respects ‘#:tests?’., guix-commits, 2020/03/29
- 03/09: gnu: herbstluftwm: The ‘check’ phase already respects ‘#:tests?’.,
guix-commits <=
- 06/09: gnu: numix-gtk-theme: Fix name., guix-commits, 2020/03/29
- 01/09: gnu: Remove more packages deprecated for over almost a year., guix-commits, 2020/03/29
- 07/09: gnu: numix-gtk-theme: Fix installation directory., guix-commits, 2020/03/29
- 09/09: gnu: cgit: Update to 1.2.3., guix-commits, 2020/03/29
- 08/09: gnu: xtl: Update to 0.6.13., guix-commits, 2020/03/29