python-gnupg: use gnupg1 instead of 2

This commit is contained in:
Dan Peebles 2015-12-24 22:11:41 +00:00
parent c11f6c9dc7
commit ca277c2257

View file

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