Leo Famulari writes: > On Mon, Jan 22, 2018 at 09:08:22PM +0000, Christopher Baines wrote: >> * gnu/packages/terminals.scm (go-github.com-howeyc-gopass): New variable. > >> + (native-inputs >> + `(("go-golang.org-x-crypto-ssh-terminal" >> + ,go-golang.org-x-crypto-ssh-terminal))) > > Is it really just a native-input? Or could it need this library later, > at run-time? Well, the package doesn't build without it, and as far as I can tell the store output doesn't reference it. I believe that go-golang.org-x-crypto-ssh-terminal is a dependency of go-github.com-howeyc-gopass, so if you're using go-github.com-howeyc-gopass, then you'll need go-golang.org-x-crypto-ssh-terminal. Maybe it should be a propagated input instead?