diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-05 21:02:13 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-18 21:09:33 +0100 |
commit | 194d8e51cf43b697914c5a1b78dda77fd4adb886 (patch) | |
tree | 4ba9359f71bbfbe43a887c4a430e0ba48e7ce48d /gnu/local.mk | |
parent | 8c6d24d388bcd72b595b5293c7afc6e06bde941b (diff) | |
download | guix-194d8e51cf43b697914c5a1b78dda77fd4adb886.tar.gz |
gnu: Add packages/python-graphics module.
* gnu/packages/python-graphics.scm: New file. * gnu/local.mk: Add gnu/packages/python-graphics.scm to the scope. Change-Id: I1d077c838ff1c3c014c3d699b539eaf8befd5084
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 81031c9bdd..89a795bfbd 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -562,6 +562,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/python-check.scm \ %D%/packages/python-compression.scm \ %D%/packages/python-crypto.scm \ + %D%/packages/python-graphics.scm \ %D%/packages/python-science.scm \ %D%/packages/python-web.scm \ %D%/packages/python-xyz.scm \ |