mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: gnome-dictionary: Simplify inputs.
* gnu/packages/gnome.scm (gnome-dictionary)[native-inputs]: Simplify.
This commit is contained in:
parent
939fa6a3b1
commit
7e5ed08844
1 changed files with 6 additions and 6 deletions
|
@ -9819,12 +9819,12 @@ (define-public gnome-dictionary
|
|||
(substitute* "build-aux/meson/post-install.py"
|
||||
(("gtk-update-icon-cache") "true")))))))
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin")
|
||||
("gobject-introspection" ,gobject-introspection)
|
||||
("intltool" ,intltool)
|
||||
("itstool" ,itstool)
|
||||
("pkg-config" ,pkg-config)
|
||||
("xmllint" ,libxml2)))
|
||||
(list `(,glib "bin")
|
||||
gobject-introspection
|
||||
intltool
|
||||
itstool
|
||||
pkg-config
|
||||
libxml2))
|
||||
(inputs
|
||||
(list gsettings-desktop-schemas gtk+))
|
||||
(home-page "https://wiki.gnome.org/Apps/Dictionary")
|
||||
|
|
Loading…
Reference in a new issue