mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: piglit: Use python-numpy@1.
* gnu/packages/gl.scm (piglit): [inputs]: Remove python-numpy; add python-numpy-1. Change-Id: I9d8975ebaff57e56fe293b7f2c6f5c86aa181115
This commit is contained in:
parent
e60090e7f6
commit
a335ce1224
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue