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:
stuebinm 2024-02-29 23:40:34 +01:00 committed by Ludovic Courtès
parent 176e2eda7f
commit d082573db1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 16 additions and 1 deletions

View File

@ -1759,6 +1759,21 @@ modules for building a Wayland compositor.")
(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 @@ session. Nor does it depend on any UI toolkits such as Qt or GTK.")
linux-pam
pango
wayland
wlroots-0.16))
wlroots-0.15))
(arguments
`(#:tests? #f ; no tests
#:make-flags