mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: markets: Simplify inputs.
* gnu/packages/gnome-xyz.scm (markets)[inputs]: Remove labels.
This commit is contained in:
parent
986fd3eda2
commit
9a6667d045
1 changed files with 8 additions and 8 deletions
|
@ -897,14 +897,14 @@ (define-public markets
|
|||
(substitute* "build-aux/meson/postinstall.py"
|
||||
(("update-desktop-database") "true")))))))
|
||||
(inputs
|
||||
`(("gtk3" ,gtk+)
|
||||
("gettext" ,gettext-minimal)
|
||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("libgee" ,libgee)
|
||||
("libhandy" ,libhandy)
|
||||
("libsoup" ,libsoup-minimal-2)
|
||||
("json-glib" ,json-glib)
|
||||
("vala" ,vala)))
|
||||
(list gtk+
|
||||
gettext-minimal
|
||||
gsettings-desktop-schemas
|
||||
libgee
|
||||
libhandy
|
||||
libsoup-minimal-2
|
||||
json-glib
|
||||
vala))
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
`(,glib "bin"))) ; for 'glib-compile-resources'
|
||||
|
|
Loading…
Reference in a new issue