summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2018-03-07 08:52:01 +0900
committerMatthieu Coudron <mattator@gmail.com>2018-03-21 10:21:39 +0900
commita8403b64f837e0e12fc329fd313bc56e8ea94b6c (patch)
tree07131c255859776d0b2f87ec6dda9c77d86bef56 /pkgs/development
parentee482f85bfb28626c4dc115ee062cc032d3aef4d (diff)
downloadnixlib-a8403b64f837e0e12fc329fd313bc56e8ea94b6c.tar
nixlib-a8403b64f837e0e12fc329fd313bc56e8ea94b6c.tar.gz
nixlib-a8403b64f837e0e12fc329fd313bc56e8ea94b6c.tar.bz2
nixlib-a8403b64f837e0e12fc329fd313bc56e8ea94b6c.tar.lz
nixlib-a8403b64f837e0e12fc329fd313bc56e8ea94b6c.tar.xz
nixlib-a8403b64f837e0e12fc329fd313bc56e8ea94b6c.tar.zst
nixlib-a8403b64f837e0e12fc329fd313bc56e8ea94b6c.zip
gpgme: add withPython ? false to enable bindings
Useful for MUAs mostly, like alot
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/gpgme/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gpgme/default.nix b/pkgs/development/libraries/gpgme/default.nix
index 8958ce457412..68762e344bdb 100644
--- a/pkgs/development/libraries/gpgme/default.nix
+++ b/pkgs/development/libraries/gpgme/default.nix
@@ -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 ];
   };
 }
-