diff options
author | Vinicius Monego <monego@posteo.net> | 2023-05-20 15:03:32 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2023-06-25 10:43:18 -0300 |
commit | 64e5e17d8c3e32a5735c6a616afc18bbcc2729fb (patch) | |
tree | 0e0f04de786f011a79753fd5ac7636f1560ca1e6 /gnu/local.mk | |
parent | c210dbe43e554c1f0e7dc645c1e2bd3c29505ffc (diff) | |
download | guix-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.mk | 1 |
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 \ |