Archived
1
0
Fork 0

gnu: i3lock-color: Stylistic fixes.

* gnu/packages/wm.scm (i3lock-color)[arguments]: Use INVOKE and end
phase with explicit #t.
[inputs, native-inputs]: Fix indentation and order alphabetically.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-16 20:04:19 +02:00
parent 800e4fd802
commit fa2886b7fd
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -355,24 +355,25 @@ prompt.")
"119xvdm4r6irqk0mar80hx6s8ydw26y35h7712rd7nbg7pb7i053")))) "119xvdm4r6irqk0mar80hx6s8ydw26y35h7712rd7nbg7pb7i053"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;No tests included. `(#:tests? #f ; no tests included
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'bootstrap (add-after 'unpack 'bootstrap
(lambda _ (lambda _
(zero? (system* "autoreconf" "-vfi"))))))) (invoke "autoreconf" "-vfi")
#t)))))
(inputs (inputs
`(("xcb-util-image" ,xcb-util-image) `(("cairo" ,cairo)
("xcb-util" ,xcb-util)
("libxcb" ,libxcb)
("linux-pam" ,linux-pam)
("libxkbcommon" ,libxkbcommon)
("libev" ,libev) ("libev" ,libev)
("cairo" ,cairo))) ("libxcb" ,libxcb)
("libxkbcommon" ,libxkbcommon)
("linux-pam" ,linux-pam)
("xcb-util" ,xcb-util)
("xcb-util-image" ,xcb-util-image)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("autoconf" ,autoconf)
("autoconf" ,autoconf) ("automake" ,automake)
("automake" ,automake))) ("pkg-config" ,pkg-config)))
(home-page "https://github.com/PandorasFox/i3lock-color") (home-page "https://github.com/PandorasFox/i3lock-color")
(synopsis "Screen locker with color configuration support") (synopsis "Screen locker with color configuration support")
(description (description