mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
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 ];
|
nativeBuildInputs = [ python3 lua5 perl ];
|
||||||
|
|
||||||
postConfigure = ''
|
|
||||||
patchShebangs TOOLS
|
|
||||||
'';
|
|
||||||
|
|
||||||
# There are almost no need of "configure flags", but some libraries
|
# There are almost no need of "configure flags", but some libraries
|
||||||
# weren't detected; see the TODO comments below
|
# weren't detected; see the TODO comments below
|
||||||
@ -99,6 +96,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
python3 ${waf} configure --prefix=$out
|
python3 ${waf} configure --prefix=$out
|
||||||
|
patchShebangs TOOLS
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user