all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Steve Sprang <steve.sprang@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add pass.
Date: Thu, 27 Aug 2015 23:11:05 +0200	[thread overview]
Message-ID: <87egioxwra.fsf@gnu.org> (raw)
In-Reply-To: <CA+xn8YAoOuMcg0eV4rwRhi1JHaC5KwRbQOZJ0buNWhftGWK-Uw@mail.gmail.com> (Steve Sprang's message of "Sat, 22 Aug 2015 19:51:35 -0700")

Steve Sprang <steve.sprang@gmail.com> skribis:

> From adef360ea4ec41aa23ec7aef43341c12bf27ca3c Mon Sep 17 00:00:00 2001
> From: Steve Sprang <scs@stevesprang.com>
> 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	other threads:[~2015-08-27 21:11 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-23  2:51 [PATCH] gnu: Add pass Steve Sprang
2015-08-27 21:11 ` Ludovic Courtès [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-08 22:27 Jessica Tallon
2016-02-09 21:33 ` Leo Famulari
2016-02-09 21:36 ` Ludovic Courtès
2016-02-09 22:55 ` Andreas Enge
2016-02-17 18:13   ` Andreas Enge
2016-02-28  8:39     ` Andreas Enge
2016-02-28 15:12       ` Jessica Tallon
2016-03-02  8:30         ` Leo Famulari
2016-03-02  8:39           ` Leo Famulari
2016-03-02  9:13             ` Ludovic Courtès
2016-03-02 19:19               ` Leo Famulari
2016-08-01 15:24     ` ng0
2016-08-03  1:17       ` Leo Famulari
2016-08-03 12:23         ` ng0

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=87egioxwra.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=steve.sprang@gmail.com \
    /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.