mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +03:00
Merge pull request #266472 from SuperSamus/radarr-sonarr-mainprogram
{rad,son,baz,lid,read,recycl}arr: add mainProgram
This commit is contained in:
commit
014a135f3b
@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ d-xo ];
|
||||
mainProgram = "bazarr";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -47,6 +47,7 @@ in stdenv.mkDerivation rec {
|
||||
homepage = "https://lidarr.audio/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.etu ];
|
||||
mainProgram = "Lidarr";
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
@ -52,6 +52,7 @@ in stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/Radarr/Radarr/releases/tag/v${version}";
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ edwtjo purcell ];
|
||||
mainProgram = "Radarr";
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
@ -46,6 +46,7 @@ in stdenv.mkDerivation rec {
|
||||
homepage = "https://readarr.com";
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.jocelynthode ];
|
||||
mainProgram = "Readarr";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||
};
|
||||
|
@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://sonarr.tv/";
|
||||
license = lib.licenses.gpl3Only;
|
||||
maintainers = with lib.maintainers; [ fadenb purcell ];
|
||||
mainProgram = "NzbDrone";
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -83,6 +83,7 @@ stdenv.mkDerivation rec {
|
||||
changelog = "https://github.com/recyclarr/recyclarr/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ josephst ];
|
||||
mainProgram = "recyclarr";
|
||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user