gnu: d-feet: Fix missing input and update to 0.3.14.
* gnu/packages/gnome.scm (d-feet): Update to 0.3.14. [inputs]: Add hicolor-icon-theme since d-feet won't list anything without it.
This commit is contained in:
parent
e7f078c337
commit
458e92215f
|
@ -4444,7 +4444,7 @@ principles are simplicity and standards compliance.")
|
||||||
(define-public d-feet
|
(define-public d-feet
|
||||||
(package
|
(package
|
||||||
(name "d-feet")
|
(name "d-feet")
|
||||||
(version "0.3.11")
|
(version "0.3.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -4452,7 +4452,7 @@ principles are simplicity and standards compliance.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hmrijm4d9vwzx2r8qzzsy8ccpj79l1y6cc569n9jjzqcq699p53"))))
|
"1m8lwiwl5jhi0x7y6x5zmd3hjplgvdjrb8a8jg74rvkygslj1p7f"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:out-of-source? #f ; tests need to run in the source directory.
|
'(#:out-of-source? #f ; tests need to run in the source directory.
|
||||||
|
@ -4491,6 +4491,7 @@ principles are simplicity and standards compliance.")
|
||||||
`(("gobject-introspection" ,gobject-introspection)
|
`(("gobject-introspection" ,gobject-introspection)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("python" ,python-wrapper)
|
("python" ,python-wrapper)
|
||||||
|
("hicolor-icon-theme" ,hicolor-icon-theme)
|
||||||
("python-pygobject" ,python-pygobject)))
|
("python-pygobject" ,python-pygobject)))
|
||||||
(home-page "https://wiki.gnome.org/Apps/DFeet")
|
(home-page "https://wiki.gnome.org/Apps/DFeet")
|
||||||
(synopsis "D-Bus debugger")
|
(synopsis "D-Bus debugger")
|
||||||
|
|
Loading…
Reference in New Issue