mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add wlroots-0.18.
* gnu/packages/wm.scm (wlroots-0.18): New variable. Change-Id: I01eda336601fc26a03bb76c407caf95dd4b97a55 Signed-off-by: John Kehayias <john@guixotic.coop>
This commit is contained in:
parent
8404fb8777
commit
a6691468ef
1 changed files with 14 additions and 0 deletions
|
@ -2302,6 +2302,20 @@ Wayland compositor")
|
|||
modules for building a Wayland compositor.")
|
||||
(license license:expat))) ; MIT license
|
||||
|
||||
(define-public wlroots-0.18
|
||||
(package
|
||||
(inherit wlroots)
|
||||
(version "0.18.2")
|
||||
(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 "1l1c4m8m1h8rl00y9yi6qjma5m3lhai9hqv5578q69yg2dcwraxw"))))))
|
||||
|
||||
(define-public wlroots-0.17
|
||||
(package
|
||||
(inherit wlroots)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue