~ruther/guix-local

1ebaf001494fa628daecdff264c1aa902165c879 — Rutherther 9 months ago d6b9b68
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>
1 files changed, 14 insertions(+), 0 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +14 -0
@@ 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)