Skip to content

Commit

Permalink
mplayer: depsBuildBuild isn't (yet) a parameter, so don't use it
Browse files Browse the repository at this point in the history
Thanks @dezgeg for catching my error.

(cherry picked from commit f152a5d)
  • Loading branch information
Ericson2314 committed Sep 6, 2017
1 parent 601e989 commit 28e46e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/applications/video/mplayer/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 28e46e2

Please sign in to comment.