Merge pull request #100031 from ju1m/gnupg

gnupg: put libexec tools (eg. gpg-preset-passphrase) in PATH
This commit is contained in:
WORLDofPEACE 2020-10-25 17:39:50 -04:00 committed by GitHub
commit 309ce3f8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,6 +71,9 @@ stdenv.mkDerivation rec {
# add gpg2 symlink to make sure git does not break when signing commits
ln -s $out/bin/gpg $out/bin/gpg2
# Make libexec tools available in PATH
ln -s -t $out/bin $out/libexec/*
'';
meta = with stdenv.lib; {