diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-03 00:45:11 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:04 +0100 |
| commit | b80dbd7d435739dadba5b8f240a7c7eb8ac9057c (patch) | |
| tree | 67539caf6b840b7920791c4ef98bcace7d260e65 /gnu | |
| parent | 80ccda6a0b565e6c181187d2065817b7185db961 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index be856b84236..b9bce9ac7bf 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -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)) |
