all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Thompson, David" <dthompson2@worcester.edu>
To: 24092@debbugs.gnu.org
Subject: bug#24092: installation of password-store doesn't require installation of tree
Date: Thu, 28 Jul 2016 09:24:52 -0400	[thread overview]
Message-ID: <CAJ=Rwfb1Fo6mE2sMaaB6B6+jPu42EzXja=kC_b67nF-_kNu6+Q@mail.gmail.com> (raw)
In-Reply-To: <20160728064000.GA29203@venom>

On Thu, Jul 28, 2016 at 2:40 AM, Tomáš Čech <sleep_walker@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

  reply	other threads:[~2016-07-28 13:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-28  6:40 bug#24092: installation of password-store doesn't require installation of tree Tomáš Čech
2016-07-28 13:24 ` Thompson, David [this message]
2018-03-08 22:34 ` bug#24092: Closing, it is fixed Gábor Boskovits

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ=Rwfb1Fo6mE2sMaaB6B6+jPu42EzXja=kC_b67nF-_kNu6+Q@mail.gmail.com' \
    --to=dthompson2@worcester.edu \
    --cc=24092@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.