Ludovic Courtès wrote: > Hi, > > Yury G Kudryashov <[email protected]> writes: >> 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? Already written to gnupg-devel mailing list. >> patchPhase = '' >> - find tests -type f | xargs sed -e 's@/bin/p...@pwd@g' -i >> + find tests -type f | xargs sed -e >> 's@/bin/p...@${stdenv.coreutils}&@g' -i > Why is that necessary? They write that they need pwd from coreutils, not shell builtin. That was the reason for hardcoding /bin/pwd. I'm trying to follow upstream as close as possible.
_______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
