gnu: gnome-backgrounds: Remove unused input.

* gnu/packages/gnome.scm (gnome-backgrounds)[native-inputs]: Remove INTLTOOL.
Add GETTEXT-MINIMAL.
This commit is contained in:
Marius Bakke 2021-06-24 15:15:58 +02:00
parent c5dfe6346d
commit f5f288872c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -8943,7 +8943,7 @@ (define-public gnome-backgrounds
"0zxlwy55fz7i582hch2wnj8zy1kzikssgaix0l2y41ccp5nzpdy2"))))
(build-system meson-build-system)
(native-inputs
`(("intltool" ,intltool)))
`(("gettext" ,gettext-minimal)))
(home-page "https://gitlab.gnome.org/GNOME/gnome-backgrounds")
(synopsis "Background images for the GNOME desktop")
(description