1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

handbrake: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-18 17:22:15 +02:00
parent 982ae5f21a
commit 8fb03df1c1

View file

@ -12,7 +12,7 @@
# TODO: package and use libappindicator
{ stdenv, config, fetchurl,
python, pkgconfig, yasm,
python2, pkgconfig, yasm,
autoconf, automake, libtool, m4,
libass, libsamplerate, fribidi, libxml2, bzip2,
libogg, libtheora, libvorbis, libdvdcss, a52dec, fdk_aac,
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
wrapGAppsHook
];
nativeBuildInputs = [ python pkgconfig yasm autoconf automake libtool m4 ];
nativeBuildInputs = [ python2 pkgconfig yasm autoconf automake libtool m4 ];
buildInputs = [
fribidi fontconfig freetype hicolor_icon_theme
libass libsamplerate libxml2 bzip2