me
/
guix
Archived
1
0
Fork 0

gnu: glib-networking: Remove unused input.

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

View File

@ -4756,7 +4756,7 @@ library.")
(build-system meson-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)))
("gettext" ,gettext-minimal)))
(inputs
`(("glib" ,glib)
("gnutls" ,gnutls)