virglrenderer: fix cross
python3.withPackages doesn't splice properly.
This commit is contained in:
@@ -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
|
||||
]))
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user