From 8fb03df1c1a05237cddaa9412de7666fa3355e5e Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Tue, 18 Oct 2016 17:22:15 +0200 Subject: handbrake: use python2 --- pkgs/applications/video/handbrake/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/video') diff --git a/pkgs/applications/video/handbrake/default.nix b/pkgs/applications/video/handbrake/default.nix index 1dbe34553b0a..b8a161649889 100644 --- a/pkgs/applications/video/handbrake/default.nix +++ b/pkgs/applications/video/handbrake/default.nix @@ -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 -- cgit 1.4.1