mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
miru: with lib; cleanup
This commit is contained in:
parent
efc5f2f17b
commit
9588bbde8a
@ -6,17 +6,17 @@
|
|||||||
let
|
let
|
||||||
pname = "miru";
|
pname = "miru";
|
||||||
version = "5.5.8";
|
version = "5.5.8";
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Stream anime torrents, real-time with no waiting for downloads";
|
description = "Stream anime torrents, real-time with no waiting for downloads";
|
||||||
homepage = "https://miru.watch";
|
homepage = "https://miru.watch";
|
||||||
license = licenses.gpl3Plus;
|
license = lib.licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
d4ilyrun
|
d4ilyrun
|
||||||
matteopacini
|
matteopacini
|
||||||
];
|
];
|
||||||
mainProgram = "miru";
|
mainProgram = "miru";
|
||||||
|
|
||||||
platforms = [ "x86_64-linux" ] ++ platforms.darwin;
|
platforms = [ "x86_64-linux" ] ++ lib.platforms.darwin;
|
||||||
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user