mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: herbstluftwm: The ‘check’ phase already respects ‘#:tests?’.
* gnu/packages/wm.scm (herbstluftwm)[arguments]: Don't delete the ‘check’ phase.
This commit is contained in:
parent
faf6905560
commit
78bf89de5a
1 changed files with 1 additions and 2 deletions
|
@ -172,8 +172,7 @@ (define-public herbstluftwm
|
|||
(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"))
|
||||
|
|
Loading…
Reference in a new issue