diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-01 16:42:49 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-02 15:25:12 +0100 |
commit | ca7c365312d3af6f664868690f02c385f07e34a1 (patch) | |
tree | 4fe59c817dfd4c3fe4a5db39aa48cd80aea6adb6 /gnu/local.mk | |
parent | 5fbdd917b73d30ef5ca0aa4e82b8d0a5f81394dd (diff) | |
download | patches-ca7c365312d3af6f664868690f02c385f07e34a1.tar patches-ca7c365312d3af6f664868690f02c385f07e34a1.tar.gz |
gnu: python-scikit-image: Move to (gnu packages python-science).
* gnu/packages/python-xyz.scm (python-scikit-image, python2-scikit-image):
Move these two from here...
* gnu/packages/python-science.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): 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 9ddd1349da..e1518db09d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -407,6 +407,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/python-check.scm \ %D%/packages/python-compression.scm \ %D%/packages/python-crypto.scm \ + %D%/packages/python-science.scm \ %D%/packages/python-web.scm \ %D%/packages/python-xyz.scm \ %D%/packages/toys.scm \ |