guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/30: gnu: bspwm: Use Gexps.


From: guix-commits
Subject: 08/30: gnu: bspwm: Use Gexps.
Date: Tue, 19 Mar 2024 07:12:04 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit 332d7c34289fd758204ce319ed997dffc5316805
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Feb 27 23:50:35 2024 +0800

    gnu: bspwm: Use Gexps.
    
    * gnu/packages/wm.scm(bspwm)[arguments]: Use Gexps.
    
    Change-Id: I47399c52c8ba9adb8ea95c2a05cc8ba4762bbca3
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/wm.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d76f92c5ed..94d3cb7c10 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -187,13 +187,13 @@
            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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]