mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
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
|
||||
]))
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue