From 78bf89de5a68646b523b975562251c8490fb7030 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 29 Mar 2020 17:04:48 +0200 Subject: =?UTF-8?q?gnu:=20herbstluftwm:=20The=20=E2=80=98check=E2=80=99=20?= =?UTF-8?q?phase=20already=20respects=20=E2=80=98#:tests=3F=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 25ec278e2c..e5b7ea800f 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")) -- cgit v1.2.3