virglrenderer: fix cross (#406960)

This commit is contained in:
Nick Cao
2025-05-14 16:38:02 -04:00
committed by GitHub
+2 -2
View File
@@ -5,7 +5,7 @@
meson,
ninja,
pkg-config,
python3,
buildPackages,
libGLU,
libepoxy,
libX11,
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meson
ninja
pkg-config
(python3.withPackages (ps: [
(buildPackages.python3.withPackages (ps: [
ps.pyyaml
]))
];