mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: wlroots: Update to 0.10.1
From 44f90676568f650a38bd7e0fba079e64fe545ae6 Mon Sep 17 00:00:00 2001 From: buffet <niclas@countingsort.com> Date: Sat, 9 May 2020 17:58:25 +0000 Subject: [PATCH 1/2] gnu: wlroots: Update to 0.10.1
This commit is contained in:
parent
a886543672
commit
ae8b1d292e
1 changed files with 2 additions and 2 deletions
|
@ -1313,7 +1313,7 @@ (define-public polybar
|
|||
(define-public wlroots
|
||||
(package
|
||||
(name "wlroots")
|
||||
(version "0.7.0")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1322,7 +1322,7 @@ (define-public wlroots
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0jzxa6psbc7ddxli7rbfqxmv1svxnis51l1vch4hb9fdixqm284a"))))
|
||||
(base32 "0j2lh9vc92zhn44rjbia5aw3y1rpgfng1x1h17lcvj5m4i6vj0pc"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("-Dlogind-provider=elogind")
|
||||
|
|
Loading…
Reference in a new issue