handbrake: use python2
This commit is contained in:
parent
982ae5f21a
commit
8fb03df1c1
@ -12,7 +12,7 @@
|
|||||||
# TODO: package and use libappindicator
|
# TODO: package and use libappindicator
|
||||||
|
|
||||||
{ stdenv, config, fetchurl,
|
{ stdenv, config, fetchurl,
|
||||||
python, pkgconfig, yasm,
|
python2, pkgconfig, yasm,
|
||||||
autoconf, automake, libtool, m4,
|
autoconf, automake, libtool, m4,
|
||||||
libass, libsamplerate, fribidi, libxml2, bzip2,
|
libass, libsamplerate, fribidi, libxml2, bzip2,
|
||||||
libogg, libtheora, libvorbis, libdvdcss, a52dec, fdk_aac,
|
libogg, libtheora, libvorbis, libdvdcss, a52dec, fdk_aac,
|
||||||
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ python pkgconfig yasm autoconf automake libtool m4 ];
|
nativeBuildInputs = [ python2 pkgconfig yasm autoconf automake libtool m4 ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
fribidi fontconfig freetype hicolor_icon_theme
|
fribidi fontconfig freetype hicolor_icon_theme
|
||||||
libass libsamplerate libxml2 bzip2
|
libass libsamplerate libxml2 bzip2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user