guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: Add pass.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: Add pass.
Date: Thu, 27 Aug 2015 23:11:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Steve Sprang <address@hidden> skribis:

> From adef360ea4ec41aa23ec7aef43341c12bf27ca3c Mon Sep 17 00:00:00 2001
> From: Steve Sprang <address@hidden>
> Date: Sat, 22 Aug 2015 19:49:21 -0700
> Subject: [PATCH] gnu: Add pass.
>
> * gnu/packages/password-utils.scm (pass): New variable.
> +(define-public pass
> +  (package
> +    (name "pass")

Shouldn’t it be “password-store”, which is the name of the tarball?

> +       (list (string-append "PREFIX=" %output)
> +             "FORCE_ALL=1") ; bash-completion

Could you expound the comment a bit?  Maybe “install bash completion”?

> +       #:test-target "test"
> +       #:tests? #f)) ; tests hang

Could it be that $HOME points to an nonexistent directory, which
confuses gpg?  Could you try something like:

  (setenv "HOME" (getcwd))

?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]