On Tue, 23 Aug 2016 16:50:59 -0400 Leo Famulari <l...@famulari.name> wrote:
> On Tue, Aug 23, 2016 at 01:15:12AM -0500, Eric Bavier wrote: > > + (inputs ;users should install their preferred > > pinentry-* > > + `(("zsh" ,zsh) > > Does it really need the zsh shell? Yes, "bin/tomb" is a Zsh script. > > > + #:tests? #f ;requires root > > Too bad :/ A program like this should be tested. I've tested most functionality manually. But there is no way to get root in the build environment. There may be some sanity tests that could be performed in a custom 'check phase, checks that don't need root. `~Eric