3
0
Fork 0
forked from mirrors/nixpkgs

gnupg: put libexec tools (eg. gpg-preset-passphrase) in PATH

This commit is contained in:
Julien Moutinho 2020-10-08 15:26:03 +02:00
parent 8eb5f22ad4
commit d5d543d263

View file

@ -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; {