unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#24092: installation of password-store doesn't require installation of tree
@ 2016-07-28  6:40 Tomáš Čech
  2016-07-28 13:24 ` Thompson, David
  2018-03-08 22:34 ` bug#24092: Closing, it is fixed Gábor Boskovits
  0 siblings, 2 replies; 3+ messages in thread
From: Tomáš Čech @ 2016-07-28  6:40 UTC (permalink / raw)
  To: 24092

[-- Attachment #1: Type: text/plain, Size: 512 bytes --]

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?
    (inputs `(("gnupg" ,gnupg)
              ("pwgen" ,pwgen)
              ("xclip" ,xclip)
              ("git" ,git)
              ("tree" ,tree)
              ("which" ,which)))

Best regards,

S_W

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#24092: installation of password-store doesn't require installation of tree
  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
  2018-03-08 22:34 ` bug#24092: Closing, it is fixed Gábor Boskovits
  1 sibling, 0 replies; 3+ messages in thread
From: Thompson, David @ 2016-07-28 13:24 UTC (permalink / raw)
  To: 24092

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#24092: Closing, it is fixed
  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
@ 2018-03-08 22:34 ` Gábor Boskovits
  1 sibling, 0 replies; 3+ messages in thread
From: Gábor Boskovits @ 2018-03-08 22:34 UTC (permalink / raw)
  To: 24092-done

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

ajgrf <https://github.com/Boskovits/guix/commits?author=ajgrf> actually
fixed this
on commit 61201e46a72b715e1a38ce56932c3f4f2d3885b4.

[-- Attachment #2: Type: text/html, Size: 1253 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-08 22:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2018-03-08 22:34 ` bug#24092: Closing, it is fixed Gábor Boskovits

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).