mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
piglit: unstable-2020-10-23 -> unstable-2025-04-15
The previous version was not buildable against numpy 2.x, due to <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/927>.
This commit is contained in:
parent
b024ced1aa
commit
b76ea55ad9
1 changed files with 17 additions and 3 deletions
|
@ -3,6 +3,9 @@
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
lib,
|
lib,
|
||||||
cmake,
|
cmake,
|
||||||
|
glslang,
|
||||||
|
libffi,
|
||||||
|
libgbm,
|
||||||
libglut,
|
libglut,
|
||||||
libGL,
|
libGL,
|
||||||
libGLU,
|
libGLU,
|
||||||
|
@ -11,8 +14,12 @@
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
python3,
|
python3,
|
||||||
|
vulkan-loader,
|
||||||
waffle,
|
waffle,
|
||||||
wayland,
|
wayland,
|
||||||
|
wayland-protocols,
|
||||||
|
wayland-scanner,
|
||||||
|
libXau,
|
||||||
libX11,
|
libX11,
|
||||||
libXrender,
|
libXrender,
|
||||||
libxcb,
|
libxcb,
|
||||||
|
@ -22,21 +29,25 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "piglit";
|
pname = "piglit";
|
||||||
version = "unstable-2020-10-23";
|
version = "unstable-2025-04-15";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.freedesktop.org";
|
domain = "gitlab.freedesktop.org";
|
||||||
owner = "mesa";
|
owner = "mesa";
|
||||||
repo = "piglit";
|
repo = "piglit";
|
||||||
rev = "59e695c16fdcdd4ea4f16365f0e397a93cef7b80";
|
rev = "d06f7bac988e67db53cbc05dc0b096b00856ab93";
|
||||||
sha256 = "kx0+2Sdvdc3SbpAIl2OuGCWCpaLJC/7cXG+ZLvf92g8=";
|
hash = "sha256-bH9NjLEldlZwylq7S0q2vC5IQhUej0xZ6wD+mrWBK5A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
glslang
|
||||||
|
libffi
|
||||||
|
libgbm
|
||||||
libglut
|
libglut
|
||||||
libGL
|
libGL
|
||||||
libGLU
|
libGLU
|
||||||
libglvnd
|
libglvnd
|
||||||
|
libXau
|
||||||
libX11
|
libX11
|
||||||
libXrender
|
libXrender
|
||||||
libxcb
|
libxcb
|
||||||
|
@ -47,8 +58,11 @@ stdenv.mkDerivation {
|
||||||
numpy
|
numpy
|
||||||
]
|
]
|
||||||
))
|
))
|
||||||
|
vulkan-loader
|
||||||
waffle
|
waffle
|
||||||
wayland
|
wayland
|
||||||
|
wayland-protocols
|
||||||
|
wayland-scanner
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue