mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
virglrenderer: fix cross
python3.withPackages doesn't splice properly.
This commit is contained in:
parent
b372f5a5d3
commit
133a6d32dc
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
python3,
|
buildPackages,
|
||||||
libGLU,
|
libGLU,
|
||||||
libepoxy,
|
libepoxy,
|
||||||
libX11,
|
libX11,
|
||||||
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
(python3.withPackages (ps: [
|
(buildPackages.python3.withPackages (ps: [
|
||||||
ps.pyyaml
|
ps.pyyaml
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue