David Craven <da...@craven.ch> skribis: >> I think packages with a “bin” output are not always used as native >> inputs, so I would drop this rule. > > From searching the code-base we have I couldn't find a counter example. Do > you think it's ok to check for glib:bin specifically?
Yes, sounds good to me. However, make sure to match on the package name + output, not on the label. That is, ‘lint’ should correctly diagnose something like: (inputs `(("somethingsilly" ,glib "bin"))) Thanks! Ludo’.