me
/
guix
Archived
1
0
Fork 0

gnu: gamin: Remove unused input.

* gnu/packages/gnome.scm (gamin)[native-inputs]: Remove INTLTOOL.
master
Marius Bakke 2021-06-24 15:13:47 +02:00
parent b99f995912
commit c5dfe6346d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 2 deletions

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