~ruther/guix-local

b80dbd7d435739dadba5b8f240a7c7eb8ac9057c — Sharlatan Hellseher 2 months ago 80ccda6
gnu: piglit: Use python-numpy@1.

* gnu/packages/gl.scm (piglit):
[inputs]: Remove python-numpy; add python-numpy-1.

Change-Id: I9d8975ebaff57e56fe293b7f2c6f5c86aa181115
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/gl.scm
M gnu/packages/gl.scm => gnu/packages/gl.scm +1 -1
@@ 1445,7 1445,7 @@ original glmark benchmark by Ben Smith.")
                        (,(getenv "GUIX_PYTHONPATH")))))))))
     (inputs (list guile-3.0            ; for wrap-script
                   libxkbcommon
                   python python-lxml python-mako python-numpy
                   python python-lxml python-mako python-numpy-1
                   glslang vulkan-headers vulkan-loader
                   waffle))
     (native-inputs (list pkg-config))