diff options
author | Mark H Weaver <mhw@netris.org> | 2014-04-07 16:32:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-04-07 17:41:48 -0400 |
commit | 32d5c729522d02fe973cb245fe26262f040e0c13 (patch) | |
tree | efe43cb7adad3bb2e4de5c55a5a8cdb9464af8d8 /gnu-system.am | |
parent | d013fe50ba28e5fca813ce067f416477b8041694 (diff) | |
download | guix-32d5c729522d02fe973cb245fe26262f040e0c13.tar guix-32d5c729522d02fe973cb245fe26262f040e0c13.tar.gz |
gnu: python: Apply mips n32 fix to bundled libffi.
* gnu/packages/patches/python-libffi-mips-n32-fix.patch: New file.
* gnu/packages/python.scm (python-2, python): Add it.
* 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 5d817cc03e..394871d931 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -316,6 +316,7 @@ dist_patch_DATA = \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/procps-make-3.82.patch \ gnu/packages/patches/python-fix-tests.patch \ + gnu/packages/patches/python-libffi-mips-n32-fix.patch \ gnu/packages/patches/qemu-make-4.0.patch \ gnu/packages/patches/qemu-multiple-smb-shares.patch \ gnu/packages/patches/qt4-tests.patch \ |