mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: bspwm: Use Gexps.
* gnu/packages/wm.scm(bspwm)[arguments]: Use Gexps. Change-Id: I47399c52c8ba9adb8ea95c2a05cc8ba4762bbca3 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
683a01b7a1
commit
332d7c3428
1 changed files with 7 additions and 7 deletions
|
@ -187,13 +187,13 @@ (define-public bspwm
|
|||
xcb-util-keysyms
|
||||
xcb-util-wm))
|
||||
(arguments
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)) ; no configure script
|
||||
#:tests? #f ; no check target
|
||||
#:make-flags
|
||||
(list "CC=gcc"
|
||||
(string-append "PREFIX=" %output))))
|
||||
(list #:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'configure)) ; no configure script
|
||||
#:tests? #f ; no check target
|
||||
#:make-flags
|
||||
#~(list "CC=gcc"
|
||||
(string-append "PREFIX=" #$output))))
|
||||
(home-page "https://github.com/baskerville/bspwm")
|
||||
(synopsis "Tiling window manager based on binary space partitioning")
|
||||
(description "bspwm is a tiling window manager that represents windows as
|
||||
|
|
Loading…
Reference in a new issue