me
/
guix
Archived
1
0
Fork 0

gnu: gsettings-desktop-schemas: Remove unused input.

* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]: Remove
INTLTOOL.  Add GETTEXT-MINIMAL.
master
Marius Bakke 2021-06-24 15:17:18 +02:00
parent f5f288872c
commit 661d21251e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -2672,7 +2672,7 @@ on the GNOME Desktop with a single simple application.")
`(("glib" ,glib)
("gnome-backgrounds" ,gnome-backgrounds)))
(native-inputs
`(("intltool" ,intltool)
`(("gettext" ,gettext-minimal)
("glib" ,glib "bin") ; glib-compile-schemas, etc.
("gobject-introspection" ,gobject-introspection)
("pkg-config" ,pkg-config)))