Skip to content

Commit

Permalink
cmplayer: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Oct 2, 2014
1 parent 277f6a9 commit 6ac16b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/applications/video/cmplayer/default.nix
Expand Up @@ -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" ]
Expand Down

0 comments on commit 6ac16b3

Please sign in to comment.