From f152a5d7bbe13221366627f9ad8154ec7aa24b3a Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 6 Sep 2017 00:35:01 -0400 Subject: [PATCH] mplayer: depsBuildBuild isn't (yet) a parameter, so don't use it Thanks @dezgeg for catching my error. --- pkgs/applications/video/mplayer/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/video/mplayer/default.nix b/pkgs/applications/video/mplayer/default.nix index fe6090c3230..24c5b4335c4 100644 --- a/pkgs/applications/video/mplayer/default.nix +++ b/pkgs/applications/video/mplayer/default.nix @@ -102,8 +102,7 @@ stdenv.mkDerivation rec { rm -rf ffmpeg ''; - depsBuildBuild = [ buildPackages.stdenv.cc ]; - nativeBuildInputs = [ pkgconfig yasm ]; + nativeBuildInputs = [ buildPackages.stdenv.cc pkgconfig yasm ]; buildInputs = with stdenv.lib; [ freetype ffmpeg ] ++ optional aalibSupport aalib