vaapiIntel: use python2
This commit is contained in:
parent
5c9a5ad697
commit
ef5614484e
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, gnum4, pkgconfig, python
|
{ stdenv, fetchurl, gnum4, pkgconfig, python2
|
||||||
, intel-gpu-tools, libdrm, libva, libX11, mesa_noglu, wayland
|
, intel-gpu-tools, libdrm, libva, libX11, mesa_noglu, wayland
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-wayland"
|
"--enable-wayland"
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ gnum4 pkgconfig python ];
|
nativeBuildInputs = [ gnum4 pkgconfig python2 ];
|
||||||
|
|
||||||
buildInputs = [ intel-gpu-tools libdrm libva libX11 mesa_noglu wayland ];
|
buildInputs = [ intel-gpu-tools libdrm libva libX11 mesa_noglu wayland ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user