me
/
guix
Archived
1
0
Fork 0

gnu: i3lock-color: Simplify inputs.

* gnu/packages/wm.scm (i3lock-color)[inputs]: Remove labels.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
SeerLite via Guix-patches via 2022-01-20 19:07:28 -03:00 committed by Nicolas Goaziou
parent 8b6b412b23
commit 413a7a1c56
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 9 additions and 9 deletions

View File

@ -653,15 +653,15 @@ prompt.")
(arguments (arguments
`(#:tests? #f)) ; no tests included `(#:tests? #f)) ; no tests included
(inputs (inputs
`(("cairo" ,cairo) (list cairo
("libev" ,libev) libev
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("libxcb" ,libxcb) libxcb
("libxkbcommon" ,libxkbcommon) libxkbcommon
("linux-pam" ,linux-pam) linux-pam
("xcb-util" ,xcb-util) xcb-util
("xcb-util-image" ,xcb-util-image) xcb-util-image
("xcb-util-xrm" ,xcb-util-xrm))) xcb-util-xrm))
(native-inputs (native-inputs
(list autoconf automake pkg-config)) (list autoconf automake pkg-config))
(home-page "https://github.com/Raymo111/i3lock-color") (home-page "https://github.com/Raymo111/i3lock-color")