about summary refs log tree commit diff
path: root/pkgs/applications/video/mpv
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2014-11-15 16:44:27 +0100
committeraszlig <aszlig@redmoonstudios.org>2014-11-15 16:47:44 +0100
commitfdd9d132ca0802e08adbaa0d947fc353f633dee1 (patch)
tree7748ff44ccd63e6e1d27c4eeab03e699c6a0d258 /pkgs/applications/video/mpv
parent58ad907b4910eab3dd44077013df1aa96ade7cfa (diff)
downloadnixlib-fdd9d132ca0802e08adbaa0d947fc353f633dee1.tar
nixlib-fdd9d132ca0802e08adbaa0d947fc353f633dee1.tar.gz
nixlib-fdd9d132ca0802e08adbaa0d947fc353f633dee1.tar.bz2
nixlib-fdd9d132ca0802e08adbaa0d947fc353f633dee1.tar.lz
nixlib-fdd9d132ca0802e08adbaa0d947fc353f633dee1.tar.xz
nixlib-fdd9d132ca0802e08adbaa0d947fc353f633dee1.tar.zst
nixlib-fdd9d132ca0802e08adbaa0d947fc353f633dee1.zip
mpv: Remove waf script from buildInputs.
Since b23dbb1a5dffbfa3abb47fcd0f1579ac2e6f29fc, 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>
Diffstat (limited to 'pkgs/applications/video/mpv')
-rw-r--r--pkgs/applications/video/mpv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix
index 46595c5609fa..9eed69abe87a 100644
--- a/pkgs/applications/video/mpv/default.nix
+++ b/pkgs/applications/video/mpv/default.nix
@@ -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