gnu: herbstluftwm: The ‘check’ phase already respects ‘#:tests?’.
* gnu/packages/wm.scm (herbstluftwm)[arguments]: Don't delete the ‘check’ phase.master
parent
faf6905560
commit
78bf89de5a
|
@ -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"))
|
||||||
|
|
Reference in New Issue