mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
iina: remove with lib;
from meta
This commit is contained in:
parent
5b281e4f30
commit
ff3bced431
@ -26,13 +26,13 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "The modern media player for macOS";
|
description = "The modern media player for macOS";
|
||||||
homepage = "https://iina.io/";
|
homepage = "https://iina.io/";
|
||||||
license = licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
maintainers = with maintainers; [ arkivm donteatoreo stepbrobd ];
|
maintainers = with lib.maintainers; [ arkivm donteatoreo stepbrobd ];
|
||||||
mainProgram = "iina";
|
mainProgram = "iina";
|
||||||
platforms = platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user