3
0
Fork 0
forked from mirrors/nixpkgs

mpv: Remove waf script from buildInputs.

Since b23dbb1a5d, if buildInputs contains
a plain file it is used as a setup hook. The waf script which is used
here in mpv however isn't a setup hook and also shouldn't be included in
buildInputs as it was kind of a no-op before already.

Failed build log:

https://headcounter.org/hydra/build/582548/nixlog/1/raw

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-11-15 16:44:27 +01:00
parent 58ad907b49
commit fdd9d132ca
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -66,7 +66,7 @@ stdenv.mkDerivation rec {
};
buildInputs = with stdenv.lib;
[ waf python3 lua perl freetype pkgconfig ffmpeg libass docutils which libpthreadstubs lua5_sockets ]
[ python3 lua perl freetype pkgconfig ffmpeg libass docutils which libpthreadstubs lua5_sockets ]
++ optionals x11Support [ libX11 libXext mesa libXxf86vm ]
++ optional alsaSupport alsaLib
++ optional xvSupport libXv