gpgme: add withPython ? false to enable bindings

Useful for MUAs mostly, like alot
This commit is contained in:
Matthieu Coudron 2018-03-07 08:52:01 +09:00
parent ee482f85bf
commit a8403b64f8
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,6 @@
{ stdenv, fetchurl, fetchpatch, libgpgerror, gnupg, pkgconfig, glib, pth, libassuan
, file, which
, autoreconfHook
# git can apparently be removed when setting some envvar
, git
, texinfo5
, qtbase ? null
@ -59,4 +58,3 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ fuuzetsu primeos ];
};
}

View file

@ -8173,6 +8173,8 @@ in {
google_gax = callPackage ../development/python-modules/google_gax { };
gpg = toPythonModule (pkgs.gpgme.override { withPython=true; });
grammalecte = callPackage ../development/python-modules/grammalecte { };
greenlet = buildPythonPackage rec {