mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475.
* gnu/packages/guile-xyz.scm (nomad): Update to 0.2.0-alpha-199-g3e7a475. [inputs]: add gsettings-desktop-schemas Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
f2d36d4f10
commit
569cd53866
1 changed files with 3 additions and 2 deletions
|
@ -3150,7 +3150,7 @@ (define-public guile-jpeg
|
|||
(define-public nomad
|
||||
(package
|
||||
(name "nomad")
|
||||
(version "0.2.0-alpha-100-g6a565d3")
|
||||
(version "0.2.0-alpha-199-g3e7a475")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3159,7 +3159,7 @@ (define-public nomad
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0anmprm63a88kii251rl296v1g4iq62r6n4nssx5jbc0hzkknanz"))))
|
||||
"0p0ha6prp7pyadp61clbhc6b55023vxzfwy14j2qygb2mkq7fhic"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
@ -3190,6 +3190,7 @@ (define-public nomad
|
|||
("gtk+:bin" ,gtk+ "bin")
|
||||
("webkitgtk" ,webkitgtk)
|
||||
("gtksourceview" ,gtksourceview)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("vte" ,vte)
|
||||
;; Gstreamer
|
||||
("gstreamer" ,gstreamer)
|
||||
|
|
Loading…
Reference in a new issue