[Nix-dev] Re: [Nix-commits] SVN commit: nix - 21235 - urkud - nixpkgs/branches/mass-update-01/pkgs/tools/security/gnupg
Ludovic Courtès
ludo at gnu.org
Thu Apr 22 15:01:40 CEST 2010
Hi,
Yury G Kudryashov <urkud at mccme.ru> writes:
> Author: urkud
> Date: 2010-04-22 12:29:47 +0000 (Thu, 22 Apr 2010)
> New Revision: 21235
[...]
> GnuPG tests fail without running gpg-agent
Then it looks like a regression compared to 2.0.12. For GNU programs
“make check” alone should do the right thing, including starting
auxiliary programs if needed. Could you report it upstream?
> patchPhase = ''
> - find tests -type f | xargs sed -e 's@/bin/pwd at pwd@g' -i
> + find tests -type f | xargs sed -e 's@/bin/pwd@${stdenv.coreutils}&@g' -i
> '';
Why is that necessary?
Thanks,
Ludo’.
More information about the nix-dev
mailing list