From a356eb7b9461f7ae5e57ccda1dd1114e1e388fa1 Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Tue, 27 Feb 2024 23:50:33 +0800 Subject: [PATCH] gnu: sxhkd: Use Gexps. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/xdisorg.scm(sxhkd)[arguments]: Use Gexps. Change-Id: Ib2379193014fdfe21de161691dac46d6e9feb758 Signed-off-by: 宋文武 --- gnu/packages/xdisorg.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 169d6a9c42cc6422b694c3748f204123afae665e..cd30b6661eaf3335bf2fa5bcd0e6a8a4839f11a4 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -41,7 +41,7 @@ ;;; Copyright © 2020 Gabriel Arazas ;;; Copyright © 2020 James Smith ;;; Copyright © 2020 B. Wilson -;;; Copyright © 2020, 2021, 2023 Zheng Junjie <873216071@qq.com> +;;; Copyright © 2020, 2021, 2023, 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2021, 2022, 2023 Maxim Cournoyer ;;; Copyright © 2021, 2022, 2024 Nicolas Goaziou ;;; Copyright © 2021 Xinglu Chen @@ -1343,14 +1343,14 @@ Guile will work for XBindKeys.") (inputs (list asciidoc libxcb xcb-util xcb-util-keysyms xcb-util-wm)) (arguments - `(#:phases (modify-phases %standard-phases (delete 'configure)) - #:tests? #f ; no check target - #:make-flags - (list ,(string-append "CC=" (cc-for-target)) - (string-append "PREFIX=" %output) - ;; Keep the documentation where the build system installs LICENSE. - (string-append "DOCPREFIX=" %output - "/share/doc/" ,name "-" ,version)))) + (list #:phases #~(modify-phases %standard-phases (delete 'configure)) + #:tests? #f ; no check target + #:make-flags + #~(list (string-append "CC=" #$(cc-for-target)) + (string-append "PREFIX=" #$output) + ;; Keep the documentation where the build system installs LICENSE. + (string-append "DOCPREFIX=" #$output + "/share/doc/" #$name "-" #$version)))) (home-page "https://github.com/baskerville/sxhkd") (synopsis "Simple X hotkey daemon") (description "sxhkd is a simple X hotkey daemon with a powerful and