Re: [PATCH] gnu: password-store: Wrap PATH.

2016-07-29 Thread Mathieu Lirzin
Alex Griffin writes: > On Fri, Jul 29, 2016, at 09:02 AM, Thompson, David wrote: >> Sorry I'm late, but I don't think this is the right fix. Sorry for not letting you the time to respond. >> Wrapping programs should only be considered after other options are >> exhausted. The correct fix is

Re: [PATCH] gnu: password-store: Wrap PATH.

2016-07-29 Thread Alex Griffin
On Fri, Jul 29, 2016, at 09:02 AM, Thompson, David wrote: > Sorry I'm late, but I don't think this is the right fix. Wrapping > programs should only be considered after other options are exhausted. > The correct fix is to patch the source directly to refer to > executables by their absolute path.

Re: [PATCH] gnu: password-store: Wrap PATH.

2016-07-29 Thread Thompson, David
> Date: Thu, 28 Jul 2016 19:06:10 -0500 >> Subject: [PATCH] gnu: password-store: Wrap PATH. >> >> * gnu/packages/password-utils.scm (password-store): >> [arguments]: Wrap PATH more thoroughly. >> [native-inputs]: Move getopt to inputs. >> [inputs]: Add sed & alp

Re: [PATCH] gnu: password-store: Wrap PATH.

2016-07-29 Thread Mathieu Lirzin
Hello, Alex Griffin writes: > On Thu, Jul 28, 2016, at 07:20 PM, Alex Griffin wrote: > > From 74b838fea52293386169299881cdd7cfefff7f4d Mon Sep 17 00:00:00 2001 > From: Alex Griffin > Date: Thu, 28 Jul 2016 19:06:10 -0500 > Subject: [PATCH] gnu: password-store: Wrap PATH.

Re: [PATCH] gnu: password-store: Wrap PATH.

2016-07-28 Thread Alex Griffin
17 00:00:00 2001 From: Alex Griffin Date: Thu, 28 Jul 2016 19:06:10 -0500 Subject: [PATCH] gnu: password-store: Wrap PATH. * gnu/packages/password-utils.scm (password-store): [arguments]: Wrap PATH more thoroughly. [native-inputs]: Move getopt to inputs. [inputs]: Add sed & alphabetize pac

[PATCH] gnu: password-store: Wrap PATH.

2016-07-28 Thread Alex Griffin
This patch fixes password-store so that you no longer need to install its dependencies into your profile. -- Alex Griffin From 60527038221d2c1c0d35ca97a65ba2a01734da75 Mon Sep 17 00:00:00 2001 From: Alex Griffin Date: Thu, 28 Jul 2016 19:06:10 -0500 Subject: [PATCH] gnu: password-store: Wrap