diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-28 20:08:31 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-28 21:58:59 +0100 |
commit | 3048a24eb8c81f9eb28e34370f2328c0f928fec4 (patch) | |
tree | ec009b322982f8f0975ae1112015f8a5a75c579b /gnu/packages/xorg.scm | |
parent | 3e055916bf0fe9f2a476ee413ccec70ad52d3719 (diff) |
gnu: python-pyopengl: Move to python-graphics.
* gnu/packages/python-xyz.scm (python-pyopengl,
python-pyopengl-accelerate): Move from here ...
* gnu/packages/python-graphics.scm: ... to here.
* gnu/packages/xorg.scm: Add python-graphics module.
Change-Id: I8d9e374a1948330ab37bb148a1ad6274563f9f1b
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index a272fb16cb..32f60d80ff 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -117,6 +117,7 @@ #:use-module (gnu packages python-build) #:use-module (gnu packages python-compression) #:use-module (gnu packages python-crypto) + #:use-module (gnu packages python-graphics) #:use-module (gnu packages python-xyz) #:use-module (gnu packages qt) #:use-module (gnu packages spice) |