forked from mirrors/nixpkgs
gnupg: put libexec tools (eg. gpg-preset-passphrase) in PATH
This commit is contained in:
parent
8eb5f22ad4
commit
d5d543d263
|
@ -69,6 +69,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; {
|
||||
|
|
Loading…
Reference in a new issue