summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-03-26 19:25:55 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-03-26 19:25:55 +0100
commit45e4dc0d5dc97349a4631d85107e12a260b25b25 (patch)
tree03a01565fbccf935cf1362a72a6f3491b147c9be /pkgs/development
parenta8403b64f837e0e12fc329fd313bc56e8ea94b6c (diff)
downloadnixlib-45e4dc0d5dc97349a4631d85107e12a260b25b25.tar
nixlib-45e4dc0d5dc97349a4631d85107e12a260b25b25.tar.gz
nixlib-45e4dc0d5dc97349a4631d85107e12a260b25b25.tar.bz2
nixlib-45e4dc0d5dc97349a4631d85107e12a260b25b25.tar.lz
nixlib-45e4dc0d5dc97349a4631d85107e12a260b25b25.tar.xz
nixlib-45e4dc0d5dc97349a4631d85107e12a260b25b25.tar.zst
nixlib-45e4dc0d5dc97349a4631d85107e12a260b25b25.zip
python.pkgs.gpg: rename to gpgme
Let's be honest with what we expose.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/alot/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/alot/default.nix b/pkgs/development/python-modules/alot/default.nix
index 7c704c9dc553..7abc56c47839 100644
--- a/pkgs/development/python-modules/alot/default.nix
+++ b/pkgs/development/python-modules/alot/default.nix
@@ -1,6 +1,6 @@
 { stdenv, lib, buildPythonPackage, fetchFromGitHub, isPy3k
-, notmuch, urwid, urwidtrees, twisted, python_magic, configobj, pygpgme, mock, file, gpgme
-, service-identity, gpg
+, notmuch, urwid, urwidtrees, twisted, python_magic, configobj, mock, file, gpgme
+, service-identity
 , gnupg ? null, sphinx, awk ? null, procps ? null, future ? null
 , withManpage ? false }:
 
@@ -36,7 +36,7 @@ buildPythonPackage rec {
     configobj
     service-identity
     file
-    gpg
+    gpgme
   ];
 
   # some twisted tests need the network (test_env_set... )