GNU bug report logs -
#53399
[PATCH 1/2] gnu: i3lock-color: Update to 2.13.c.4
Previous Next
Reported by: SeerLite <seerlite <at> nixnet.email>
Date: Thu, 20 Jan 2022 21:31:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/wm.scm (i3lock-color)[inputs]: Remove labels.
---
gnu/packages/wm.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index d463159b4f..9549b073cf 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -653,15 +653,15 @@ (define-public i3lock-color
(arguments
`(#:tests? #f)) ; no tests included
(inputs
- `(("cairo" ,cairo)
- ("libev" ,libev)
- ("libjpeg" ,libjpeg-turbo)
- ("libxcb" ,libxcb)
- ("libxkbcommon" ,libxkbcommon)
- ("linux-pam" ,linux-pam)
- ("xcb-util" ,xcb-util)
- ("xcb-util-image" ,xcb-util-image)
- ("xcb-util-xrm" ,xcb-util-xrm)))
+ (list cairo
+ libev
+ libjpeg-turbo
+ libxcb
+ libxkbcommon
+ linux-pam
+ xcb-util
+ xcb-util-image
+ xcb-util-xrm))
(native-inputs
(list autoconf automake pkg-config))
(home-page "https://github.com/Raymo111/i3lock-color")
--
2.34.0
This bug report was last modified 3 years and 118 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.