GNU bug report logs -
#24092
installation of password-store doesn't require installation of tree
Previous Next
Reported by: Tomáš Čech <sleep_walker <at> gnu.org>
Date: Thu, 28 Jul 2016 06:41:02 UTC
Severity: minor
Done: Gábor Boskovits <boskovits <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
On Thu, Jul 28, 2016 at 2:40 AM, Tomáš Čech <sleep_walker <at> gnu.org> wrote:
> I installed `password-store' and simple invocation failed:
>
> $ LC_ALL=C pass
> Password Store
> /home/tcech/.guix-profile/bin/pass: line 324: tree: command not found
>
> After manually installing `tree' package it works as expected.
>
> A `pass' is bash script, shouldn't be inputs be changed to
> propagated-inputs?
No, what would be best is to find out where 'tree' is referenced and
use the 'substitute*' form in a build phase to replace it with the
full path to '/gnu/store/blahblahblah-tree-1.7.0/bin/tree'. The
'tree' package would then be just a regular input, not a propagated
one. Propagation is for when all else fails and is best avoided. :)
- Dave
This bug report was last modified 7 years and 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.