summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2023-05-20 15:03:32 -0300
committerVinicius Monego <monego@posteo.net>2023-06-25 10:43:18 -0300
commit64e5e17d8c3e32a5735c6a616afc18bbcc2729fb (patch)
tree0e0f04de786f011a79753fd5ac7636f1560ca1e6 /gnu/local.mk
parentc210dbe43e554c1f0e7dc645c1e2bd3c29505ffc (diff)
downloadguix-64e5e17d8c3e32a5735c6a616afc18bbcc2729fb.tar.gz
gnu: Add python-vega-datasets.
* gnu/packages/statistics.scm (python-vega-datasets): New variable.
* gnu/packages/patches/python-vega-datasets-remove-la-riots-code.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 4f557fbe93..4566f1b4a4 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1834,6 +1834,7 @@ dist_patch_DATA =						\
   %D%/packages/patches/python-typing-inspect-fix.patch		\
   %D%/packages/patches/python-unittest2-python3-compat.patch	\
   %D%/packages/patches/python-unittest2-remove-argparse.patch	\
+  %D%/packages/patches/python-vega-datasets-remove-la-riots-code.patch	\
   %D%/packages/patches/python-versioneer-guix-support.patch	\
   %D%/packages/patches/python-waitress-fix-tests.patch		\
   %D%/packages/patches/python-werkzeug-tests.patch		\