diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-05 11:06:54 -0800 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-02-06 11:30:35 -0800 |
commit | a05d1d82c02a997038c43b4a0e97a8e3cc8cdb8b (patch) | |
tree | 192ae7030d551548b200adfd5d974576fd2e0b56 /gnu-system.am | |
parent | 08cb746f08c679a95047f1ee0d1fb70915b10f96 (diff) | |
download | gnu-guix-a05d1d82c02a997038c43b4a0e97a8e3cc8cdb8b.tar gnu-guix-a05d1d82c02a997038c43b4a0e97a8e3cc8cdb8b.tar.gz |
gnu: Add python-pygpgme
* gnu/packages/gnupg.scm (python-pygpgme, python2-pygpgme): New variables.
* gnu/packages/patches/pygpgme-disable-problematic-tests.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index f13ba05a22..95150b6d6f 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -665,6 +665,7 @@ dist_patch_DATA = \ gnu/packages/patches/pycairo-wscript.patch \ gnu/packages/patches/pybugz-encode-error.patch \ gnu/packages/patches/pybugz-stty.patch \ + gnu/packages/patches/pygpgme-disable-problematic-tests.patch \ gnu/packages/patches/pyqt-configure.patch \ gnu/packages/patches/python-2-deterministic-build-info.patch \ gnu/packages/patches/python-2.7-search-paths.patch \ |