mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
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
1 changed files with 15 additions and 0 deletions
|
@ -2651,6 +2651,21 @@ (define-public gsettings-desktop-schemas
|
|||
schemas for settings shared by various components of the GNOME desktop.")
|
||||
(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
|
||||
(package
|
||||
(name "python-liblarch")
|
||||
|
|
Loading…
Reference in a new issue