diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-02-24 18:24:06 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-02-24 18:55:29 +0100 |
commit | 42945fb58c4652943a036c99f9bcc59fab61909b (patch) | |
tree | fd767e5b8725ea24983bb048962206fa22de2cbe /gnu/local.mk | |
parent | dc027d401471955a3edd17cdd810357c6c01ca41 (diff) | |
download | guix-42945fb58c4652943a036c99f9bcc59fab61909b.tar guix-42945fb58c4652943a036c99f9bcc59fab61909b.tar.gz |
gnu: python-fake-factory: Fix build on 32bit.
* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-fake-factory, python2-fake-factory)[source]:
Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 0b9b5b1a1e..63eb56cc51 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -859,6 +859,7 @@ dist_patch_DATA = \ %D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ %D%/packages/patches/python-statsmodels-fix-tests.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ + %D%/packages/patches/python-fake-factory-fix-build-32bit.patch \ %D%/packages/patches/python-paste-remove-website-test.patch \ %D%/packages/patches/python-paste-remove-timing-test.patch \ %D%/packages/patches/python-pygit2-disable-network-tests.patch \ |