[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: lemonbar: Use G-expressions.
From: |
guix-commits |
Subject: |
05/07: gnu: lemonbar: Use G-expressions. |
Date: |
Thu, 10 Mar 2022 19:45:22 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit ac7fe807b86b2b59c25a98d1359620d457ec7cde
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 11 01:41:38 2022 +0100
gnu: lemonbar: Use G-expressions.
* gnu/packages/wm.scm (lemonbar)[arguments]: Use G-expressions.
---
gnu/packages/wm.scm | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 1874040eb3..8a691f24b3 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2255,19 +2255,20 @@ PNG files.")
(uri (git-reference
(url "https://github.com/LemonBoy/bar")
(commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0sm1lxxf0y2n87nvc8mz6i6mzb32f4qab80ppb28ibrwfir6jsln"))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0sm1lxxf0y2n87nvc8mz6i6mzb32f4qab80ppb28ibrwfir6jsln"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; no test suite
- #:make-flags
- (list ,(string-append "CC=" (cc-for-target))
- (string-append "PREFIX=" %output))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure))))
+ (list
+ #:tests? #f ;no test suite
+ #:make-flags
+ #~(list #$(string-append "CC=" (cc-for-target))
+ (string-append "PREFIX=" #$output))
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'configure))))
(inputs
(list libxcb))
(native-inputs
- branch master updated (d4f6ea2525 -> 5eeaf362f8), guix-commits, 2022/03/10
- 04/07: gnu: lemonbar: Update to 1.4., guix-commits, 2022/03/10
- 03/07: gnu: xbanish: Update to 1.8., guix-commits, 2022/03/10
- 07/07: gnu: xlockmore: Update to 5.68., guix-commits, 2022/03/10
- 06/07: gnu: dmenu: Update to 5.1., guix-commits, 2022/03/10
- 02/07: gnu: xdotool: Update to 3.20211022.1., guix-commits, 2022/03/10
- 05/07: gnu: lemonbar: Use G-expressions.,
guix-commits <=
- 01/07: gnu: font-sarasa-gothic: Update to 0.36.0., guix-commits, 2022/03/10