libagent: hardcode the path gpg-connect-agent
This commit is contained in:
parent
a6e3530872
commit
9d083587ee
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ buildPythonPackage rec {
|
||||||
# hardcode the path to gpgconf in the libagent library
|
# hardcode the path to gpgconf in the libagent library
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace libagent/gpg/keyring.py \
|
substituteInPlace libagent/gpg/keyring.py \
|
||||||
--replace "util.which('gpgconf')" "'${gnupg}/bin/gpgconf'"
|
--replace "util.which('gpgconf')" "'${gnupg}/bin/gpgconf'" \
|
||||||
|
--replace "'gpg-connect-agent'" "'${gnupg}/bin/gpg-connect-agent'"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue