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-
* 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