mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: totem: Sort native inputs.
* gnu/packages/gnome.scm (totem) [native-inputs]: Sort. Change-Id: I42d46d40fb36903318c375e12d798280a9fde5b7
This commit is contained in:
parent
5adc21167e
commit
00cf2d9de6
1 changed files with 2 additions and 2 deletions
|
@ -6764,14 +6764,14 @@ discovery protocols.")
|
|||
"1qyv5s1bmaxqi82361g18mnqwji74ck8x0vcl00lidxi4d1xqw6n"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config
|
||||
(list `(,glib "bin") ;for 'glib-mkenums'
|
||||
desktop-file-utils
|
||||
gettext-minimal
|
||||
gobject-introspection
|
||||
`(,glib "bin") ;for 'glib-mkenums'
|
||||
intltool
|
||||
itstool
|
||||
libxml2
|
||||
pkg-config
|
||||
xorg-server-for-tests))
|
||||
(propagated-inputs
|
||||
(list dconf))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue