mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: hikari: Build against wlroots@0.15.
It fails to build with versions of wlroots newer than 0.15, which seems unlikey to be fixed https://hub.darcs.net/raichoo/hikari/issue/45 * gnu/packages/wm.scm (wlroots-0.15): New variable. (hikari)[inputs]: Replace wlroots with wlroots-0.15. Change-Id: Id90e1e1ff399afe54fff68167f497f0484d2c218 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
176e2eda7f
commit
d082573db1
1 changed files with 16 additions and 1 deletions
|
@ -1759,6 +1759,21 @@ (define-public wlroots-0.16
|
|||
(propagated-inputs (modify-inputs (package-propagated-inputs wlroots)
|
||||
(delete libdisplay-info)))))
|
||||
|
||||
(define-public wlroots-0.15
|
||||
(package
|
||||
(inherit wlroots)
|
||||
(name "wlroots-0.15")
|
||||
(version "0.15.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.freedesktop.org/wlroots/wlroots")
|
||||
(commit version)))
|
||||
(file-name (git-file-name "wlroots" version))
|
||||
(sha256
|
||||
(base32 "00s73nhi3sc48l426jdlqwpclg41kx1hv0yk4yxhbzw19gqpfm1h"))))))
|
||||
|
||||
(define-public wmenu
|
||||
(package
|
||||
(name "wmenu")
|
||||
|
@ -3248,7 +3263,7 @@ (define-public hikari
|
|||
linux-pam
|
||||
pango
|
||||
wayland
|
||||
wlroots-0.16))
|
||||
wlroots-0.15))
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
#:make-flags
|
||||
|
|
Loading…
Reference in a new issue