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 ];
};
}