me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/wm.scm (herbstluftwm)[arguments]: Don't delete the
‘check’ phase.
master
Tobias Geerinckx-Rice 2020-03-29 17:04:48 +02:00
parent faf6905560
commit 78bf89de5a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 2 deletions

View File

@ -172,8 +172,7 @@ the leaves of a full binary tree.")
(arguments (arguments
'(#:phases '(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure) (delete 'configure) ; no configure script
(delete 'check)
(add-after 'install 'install-xsession (add-after 'install 'install-xsession
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out")) (let* ((out (assoc-ref outputs "out"))