1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 23:01:32 +02:00

gnu: gamin: Remove unused input.

* gnu/packages/gnome.scm (gamin)[native-inputs]: Remove INTLTOOL.
This commit is contained in:
Marius Bakke
2021-06-24 15:13:47 +02:00
parent b99f995912
commit c5dfe6346d
+1 -2
View File
@@ -11121,8 +11121,7 @@ repository and commit your work.")
(inputs
`(("glib" ,glib)))
(native-inputs
`(("intltool" ,intltool)
("pkg-config" ,pkg-config)))
`(("pkg-config" ,pkg-config)))
(home-page "https://people.gnome.org/~veillard/gamin/")
(synopsis "File alteration monitor")
(description