diff options
author | Mark H Weaver <mhw@netris.org> | 2017-03-09 06:08:18 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2017-03-09 06:08:18 -0500 |
commit | 7b1866d7835423554308f54e7736734731cfc0cb (patch) | |
tree | e45d50eb8d402990a02fdec8ebf0aadbe6baa1d9 /gnu/local.mk | |
parent | 483188b76efcda27865a9d5082c99d91b9bde35b (diff) | |
download | guix-7b1866d7835423554308f54e7736734731cfc0cb.tar.gz |
gnu: python-fake-factory: Add back missing patch file.
This reverts the removal of "python-fake-factory-fix-build-32bit.patch" by commit ce7911ddae5d30ba73c8c9552b7d4e71268e5db3. * gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add 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 4297cbb965..cbd61e0972 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -862,6 +862,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-faker-fix-build-32bit.patch \ %D%/packages/patches/python-pandas-skip-failing-tests.patch \ %D%/packages/patches/python-paste-remove-website-test.patch \ |