1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00

mpv: create doc output in tests

This commit is contained in:
Robert Helgesson 2024-02-14 11:25:28 +01:00 committed by Mikilio
parent 3a5d727f44
commit 3e10606b30
No known key found for this signature in database
GPG key ID: 5B2F1A890CF33F3F

View file

@ -9,7 +9,7 @@
mpv-unwrapped = super.mpv-unwrapped.overrideAttrs {
builder = pkgs.writeShellScript "dummy" ''
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} \
$out/Applications/mpv.app/Contents/MacOS/{mpv,mpv-bundle}
chmod +x $out/bin/{mpv,umpv} \