mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
lib,
|
||||
cmake,
|
||||
glslang,
|
||||
libffi,
|
||||
libgbm,
|
||||
libglut,
|
||||
libGL,
|
||||
libGLU,
|
||||
|
@ -11,8 +14,12 @@
|
|||
ninja,
|
||||
pkg-config,
|
||||
python3,
|
||||
vulkan-loader,
|
||||
waffle,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
wayland-scanner,
|
||||
libXau,
|
||||
libX11,
|
||||
libXrender,
|
||||
libxcb,
|
||||
|
@ -22,21 +29,25 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "piglit";
|
||||
version = "unstable-2020-10-23";
|
||||
version = "unstable-2025-04-15";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
domain = "gitlab.freedesktop.org";
|
||||
owner = "mesa";
|
||||
repo = "piglit";
|
||||
rev = "59e695c16fdcdd4ea4f16365f0e397a93cef7b80";
|
||||
sha256 = "kx0+2Sdvdc3SbpAIl2OuGCWCpaLJC/7cXG+ZLvf92g8=";
|
||||
rev = "d06f7bac988e67db53cbc05dc0b096b00856ab93";
|
||||
hash = "sha256-bH9NjLEldlZwylq7S0q2vC5IQhUej0xZ6wD+mrWBK5A=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
glslang
|
||||
libffi
|
||||
libgbm
|
||||
libglut
|
||||
libGL
|
||||
libGLU
|
||||
libglvnd
|
||||
libXau
|
||||
libX11
|
||||
libXrender
|
||||
libxcb
|
||||
|
@ -47,8 +58,11 @@ stdenv.mkDerivation {
|
|||
numpy
|
||||
]
|
||||
))
|
||||
vulkan-loader
|
||||
waffle
|
||||
wayland
|
||||
wayland-protocols
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue