mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: i3lock-color: Update to 2.11-c.
* gnu/packages/wm.scm (i3lock-color): Update to 2.11-c. [inputs]: Add LIBJPEG-TURBO.
This commit is contained in:
parent
fa2886b7fd
commit
3dc77d40e6
1 changed files with 3 additions and 2 deletions
|
@ -343,7 +343,7 @@ (define-public quickswitch-i3
|
||||||
(define-public i3lock-color
|
(define-public i3lock-color
|
||||||
(package
|
(package
|
||||||
(name "i3lock-color")
|
(name "i3lock-color")
|
||||||
(version "2.10.1c")
|
(version "2.11-c")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -352,7 +352,7 @@ (define-public i3lock-color
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"119xvdm4r6irqk0mar80hx6s8ydw26y35h7712rd7nbg7pb7i053"))))
|
"0zh7il2y6dmzym3w6r9xii5dma8pjjjlq4dm5iby7m3gvplj4q9p"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests included
|
`(#:tests? #f ; no tests included
|
||||||
|
@ -365,6 +365,7 @@ (define-public i3lock-color
|
||||||
(inputs
|
(inputs
|
||||||
`(("cairo" ,cairo)
|
`(("cairo" ,cairo)
|
||||||
("libev" ,libev)
|
("libev" ,libev)
|
||||||
|
("libjpeg" ,libjpeg-turbo)
|
||||||
("libxcb" ,libxcb)
|
("libxcb" ,libxcb)
|
||||||
("libxkbcommon" ,libxkbcommon)
|
("libxkbcommon" ,libxkbcommon)
|
||||||
("linux-pam" ,linux-pam)
|
("linux-pam" ,linux-pam)
|
||||||
|
|
Loading…
Reference in a new issue