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!
This commit is contained in:
parent
ed05981c8a
commit
e34aea6178
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue