diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2013-04-06 00:28:39 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-12 21:58:46 +0200 |
commit | 3fdc99da1933e07985b6ca04d3b9412d5df05ade (patch) | |
tree | e587e3fce8649bdf0ab9481b7299ddb114279c93 /Makefile.am | |
parent | f0cd71f21e41d5a638b69ecee0fa3939f27a4502 (diff) | |
download | guix-3fdc99da1933e07985b6ca04d3b9412d5df05ade.tar guix-3fdc99da1933e07985b6ca04d3b9412d5df05ade.tar.gz |
gnu: Python: fix the compilation of some modules from the standard library.
This commit enables the bz2, dbm, readline, ssl and zlib modules.
* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e4afb74310..ab72b1faa7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -234,6 +234,7 @@ dist_patch_DATA = \ gnu/packages/patches/make-impure-dirs.patch \ gnu/packages/patches/mcron-install.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ + gnu/packages/patches/python-fix-dbm.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ gnu/packages/patches/readline-link-ncurses.patch \ |