mpv: create doc output in tests
This commit is contained in:
parent
21b078306a
commit
157bf71277
|
@ -9,7 +9,7 @@
|
||||||
mpv-unwrapped = super.mpv-unwrapped.overrideAttrs {
|
mpv-unwrapped = super.mpv-unwrapped.overrideAttrs {
|
||||||
builder = pkgs.writeShellScript "dummy" ''
|
builder = pkgs.writeShellScript "dummy" ''
|
||||||
PATH=${pkgs.coreutils}/bin
|
PATH=${pkgs.coreutils}/bin
|
||||||
mkdir -p $dev $man $out/bin $out/Applications/mpv.app/Contents/MacOS
|
mkdir -p $dev $doc $man $out/bin $out/Applications/mpv.app/Contents/MacOS
|
||||||
touch $out/bin/{mpv,umpv} \
|
touch $out/bin/{mpv,umpv} \
|
||||||
$out/Applications/mpv.app/Contents/MacOS/{mpv,mpv-bundle}
|
$out/Applications/mpv.app/Contents/MacOS/{mpv,mpv-bundle}
|
||||||
chmod +x $out/bin/{mpv,umpv} \
|
chmod +x $out/bin/{mpv,umpv} \
|
||||||
|
|
Loading…
Reference in a new issue