mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
cmplayer: fix build
This commit is contained in:
parent
277f6a9779
commit
6ac16b3660
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user