mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
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
|
||||
}:
|
||||
|
||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
"--enable-wayland"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ gnum4 pkgconfig python ];
|
||||
nativeBuildInputs = [ gnum4 pkgconfig python2 ];
|
||||
|
||||
buildInputs = [ intel-gpu-tools libdrm libva libX11 mesa_noglu wayland ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue