diff options
author | Andreas Enge <andreas@enge.fr> | 2019-03-19 10:44:15 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2019-03-19 10:45:17 +0100 |
commit | 1d6589db81c7c390e04795805e684b01f5a0c45f (patch) | |
tree | 88a1eac7b993ee2efc76341f2c5cab9e1dee38a3 /gnu/local.mk | |
parent | 835dada6e4e4a99c79498eef002934a4b4ee456d (diff) | |
download | guix-1d6589db81c7c390e04795805e684b01f5a0c45f.tar.gz |
gnu: Add python-flint.
* gnu/packages/algebra.scm (python-flint): New variable. * gnu/packages/patches/python-flint-includes.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch.
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 0a7e9bbc67..87bed6e827 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1176,6 +1176,7 @@ dist_patch_DATA = \ %D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \ %D%/packages/patches/python-configobj-setuptools.patch \ %D%/packages/patches/python-faker-fix-build-32bit.patch \ + %D%/packages/patches/python-flint-includes.patch \ %D%/packages/patches/python-mox3-python3.6-compat.patch \ %D%/packages/patches/python-testtools.patch \ %D%/packages/patches/python-paste-remove-timing-test.patch \ |