gpgme: add withPython ? false to enable bindings
Useful for MUAs mostly, like alot
This commit is contained in:
parent
ee482f85bf
commit
a8403b64f8
@ -1,7 +1,6 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, libgpgerror, gnupg, pkgconfig, glib, pth, libassuan
|
{ stdenv, fetchurl, fetchpatch, libgpgerror, gnupg, pkgconfig, glib, pth, libassuan
|
||||||
, file, which
|
, file, which
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
# git can apparently be removed when setting some envvar
|
|
||||||
, git
|
, git
|
||||||
, texinfo5
|
, texinfo5
|
||||||
, qtbase ? null
|
, qtbase ? null
|
||||||
@ -59,4 +58,3 @@ stdenv.mkDerivation rec {
|
|||||||
maintainers = with maintainers; [ fuuzetsu primeos ];
|
maintainers = with maintainers; [ fuuzetsu primeos ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -8173,6 +8173,8 @@ in {
|
|||||||
|
|
||||||
google_gax = callPackage ../development/python-modules/google_gax { };
|
google_gax = callPackage ../development/python-modules/google_gax { };
|
||||||
|
|
||||||
|
gpg = toPythonModule (pkgs.gpgme.override { withPython=true; });
|
||||||
|
|
||||||
grammalecte = callPackage ../development/python-modules/grammalecte { };
|
grammalecte = callPackage ../development/python-modules/grammalecte { };
|
||||||
|
|
||||||
greenlet = buildPythonPackage rec {
|
greenlet = buildPythonPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user