cmplayer: fix build

This commit is contained in:
Domen Kožar 2014-10-02 10:22:47 +02:00
parent 277f6a9779
commit 6ac16b3660

View File

@ -54,7 +54,10 @@ stdenv.mkDerivation rec {
++ optional cddaSupport libcdda
;
preConfigure = "patchShebangs ./configure";
preConfigure = ''
patchShebangs ./configure
patchShebangs src/mpv/waf
'';
configureFlags = with stdenv.lib;
[ "--qmake=qmake" ]