mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 09:57:46 +00:00
python-gnupg: use gnupg1 instead of 2
This commit is contained in:
parent
c11f6c9dc7
commit
ca277c2257
@ -426,7 +426,7 @@ in modules // {
|
||||
# Let's make the library default to our gpg binary
|
||||
patchPhase = ''
|
||||
substituteInPlace gnupg.py \
|
||||
--replace "gpgbinary='gpg'" "gpgbinary='${pkgs.gnupg}/bin/gpg'"
|
||||
--replace "gpgbinary='gpg'" "gpgbinary='${pkgs.gnupg1}/bin/gpg'"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user