Re: [PATCH] lint: 'inputs-should-be-native' checks for intltool, itstool and glib:bin.

2016-07-24 Thread Ludovic Courtès
David Craven skribis: > * guix/scripts/lint.scm (check-inputs-should-be-native): Warn when intltool, > itstool or glib:bin isn't a native-input. > * tests/lint.scm (inputs: glib:bin is probably a native input): Add test. Neat! [...] > + (((labels packages . outputs) ...) > +(for-

[PATCH] lint: 'inputs-should-be-native' checks for intltool, itstool and glib:bin.

2016-07-22 Thread David Craven
* guix/scripts/lint.scm (check-inputs-should-be-native): Warn when intltool, itstool or glib:bin isn't a native-input. * tests/lint.scm (inputs: glib:bin is probably a native input): Add test. --- guix/scripts/lint.scm | 20 +--- tests/lint.scm| 10 ++ 2 files chang