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
This commit is contained in:
Sharlatan Hellseher 2025-04-28 20:08:31 +01:00
parent 3e055916bf
commit 3048a24eb8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
4 changed files with 93 additions and 88 deletions

View file

@ -78,6 +78,7 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages python-graphics)
#:use-module (gnu packages ssh)
#:use-module (gnu packages textutils)
#:use-module (gnu packages tls)