On Sat, Feb 20, 2016 at 12:18:34PM +0100, Andreas Enge wrote: > On Thu, Feb 18, 2016 at 06:57:18PM -0500, Leo Famulari wrote: > > > + (inputs `(("gettext" ,gnu-gettext))) > > Can somebody with more experience comment on whether or not this should > > be propagated (assuming it's a runtime dependency, otherwise it should > > be native)? > > It is most likely a native-input. You could run > guix gc --reference `./pre-inst-env guix build sonata` > to check whether gettext appears.
Right! I haven't internalized this aspect of the system yet. Thanks for the reminder! Indeed, gettext is not referred to by sonata. > > Andreas >