From e34aea6178d3cf65d33ce768b6321e53d88ce0ab Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Mon, 9 Dec 2013 02:25:32 +0100 Subject: [PATCH] It is a first try to an expression for MPV video player. It certainly needs a bit of improvement and testing, but it works nicely - so it's a good time to put it to the great public! --- pkgs/applications/video/mpv/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/applications/video/mpv/default.nix b/pkgs/applications/video/mpv/default.nix index 4e1594e54f5d..bb91ca5beb5c 100644 --- a/pkgs/applications/video/mpv/default.nix +++ b/pkgs/applications/video/mpv/default.nix @@ -86,9 +86,6 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ python3 lua5 perl ]; - postConfigure = '' - patchShebangs TOOLS - ''; # There are almost no need of "configure flags", but some libraries # weren't detected; see the TODO comments below @@ -99,6 +96,7 @@ stdenv.mkDerivation rec { configurePhase = '' python3 ${waf} configure --prefix=$out + patchShebangs TOOLS ''; buildPhase = ''