mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #278174 from YvesStraten/iina-fix
iina: add wrapper for iina-cli
This commit is contained in:
commit
9ee30b1b3e
@ -19,8 +19,9 @@ stdenv.mkDerivation rec {
|
||||
sourceRoot = "IINA.app";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p "$out/Applications/IINA.app"
|
||||
mkdir -p $out/{bin,Applications/IINA.app}
|
||||
cp -R . "$out/Applications/IINA.app"
|
||||
ln -s "$out/Applications/IINA.app/Contents/MacOS/iina-cli" "$out/bin/iina"
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
Loading…
Reference in New Issue
Block a user