Merge pull request #100031 from ju1m/gnupg
gnupg: put libexec tools (eg. gpg-preset-passphrase) in PATH
This commit is contained in:
@@ -71,6 +71,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# add gpg2 symlink to make sure git does not break when signing commits
|
# add gpg2 symlink to make sure git does not break when signing commits
|
||||||
ln -s $out/bin/gpg $out/bin/gpg2
|
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; {
|
meta = with stdenv.lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user