gnu: Add gsettings-desktop-schemas-next.
* gnu/packages/gnome.scm (gsettings-desktop-schemas-next): New variable.
This commit is contained in:
parent
9539408e91
commit
667f09218b
@ -2651,6 +2651,21 @@ on the GNOME Desktop with a single simple application.")
|
|||||||
schemas for settings shared by various components of the GNOME desktop.")
|
schemas for settings shared by various components of the GNOME desktop.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
|
(define-public gsettings-desktop-schemas-next
|
||||||
|
(package
|
||||||
|
(inherit gsettings-desktop-schemas)
|
||||||
|
(name "gsettings-desktop-schemas-next") ;to avoid propagation conflicts
|
||||||
|
(version "42.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
(version-major version) "/"
|
||||||
|
name "-" version ".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1li3fcqwnw20f4j0i21i88fygm0hli8gmzkn4apgf8ynkrd371k6"))))))
|
||||||
|
|
||||||
(define-public python-liblarch
|
(define-public python-liblarch
|
||||||
(package
|
(package
|
||||||
(name "python-liblarch")
|
(name "python-liblarch")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user