Reduce package maintenance (#471686)

This commit is contained in:
Martin Weinelt
2025-12-20 08:43:30 +00:00
committed by GitHub
13 changed files with 18 additions and 41 deletions
@@ -11,8 +11,6 @@ let
configFile = format.generate "botamusique.ini" cfg.settings;
in
{
meta.maintainers = with lib.maintainers; [ hexa ];
options.services.botamusique = {
enable = lib.mkEnableOption "botamusique, a bot to play audio streams on mumble";
@@ -41,8 +41,6 @@ in
{
meta.maintainers = with lib.maintainers; [ hexa ];
###### interface
options = {
+18 -27
View File
@@ -1,39 +1,30 @@
{
pkgs,
lib,
...
}:
{
name = "botamusique";
meta.maintainers = with lib.maintainers; [ hexa ];
nodes = {
machine =
{ config, ... }:
{
networking.extraHosts = ''
127.0.0.1 all.api.radio-browser.info
'';
machine = {
networking.extraHosts = ''
127.0.0.1 all.api.radio-browser.info
'';
services.murmur = {
enable = true;
registerName = "NixOS tests";
};
services.murmur = {
enable = true;
registerName = "NixOS tests";
};
services.botamusique = {
enable = true;
settings = {
server = {
channel = "NixOS tests";
};
bot = {
version = false;
auto_check_update = false;
};
services.botamusique = {
enable = true;
settings = {
server = {
channel = "NixOS tests";
};
bot = {
version = false;
auto_check_update = false;
};
};
};
};
};
testScript = ''
-1
View File
@@ -30,7 +30,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.irif.fr/~jch/software/babel/";
description = "Loop-avoiding distance-vector routing protocol";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hexa ];
platforms = lib.platforms.linux;
mainProgram = "babeld";
};
@@ -65,7 +65,6 @@ buildGoModule {
homepage = "https://github.com/t2bot/matrix-media-repo";
changelog = "https://github.com/t2bot/matrix-media-repo/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hexa ];
mainProgram = "media_repo";
};
}
@@ -32,6 +32,5 @@ python3Packages.buildPythonPackage rec {
description = "MeerK40t camera plugin";
license = lib.licenses.mit;
homepage = "https://github.com/meerk40t/meerk40t-camera";
maintainers = with lib.maintainers; [ hexa ];
};
}
-1
View File
@@ -81,6 +81,5 @@ python3Packages.buildPythonApplication rec {
mainProgram = "meerk40t";
homepage = "https://github.com/meerk40t/meerk40t";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hexa ];
};
}
-1
View File
@@ -35,6 +35,5 @@ python3.pkgs.buildPythonApplication {
description = "Bisect nix builds";
homepage = "https://github.com/timokau/nix-bisect";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hexa ];
};
}
-1
View File
@@ -159,7 +159,6 @@ stdenv.mkDerivation rec {
homepage = "https://www.openldap.org/";
description = "Open source implementation of the Lightweight Directory Access Protocol";
license = lib.licenses.openldap;
maintainers = with lib.maintainers; [ hexa ];
teams = [ lib.teams.helsinki-systems ];
platforms = lib.platforms.unix;
};
-1
View File
@@ -28,7 +28,6 @@ stdenv.mkDerivation {
description = "PIM for IPv6 sparse mode daemon";
homepage = "https://github.com/troglobit/pim6sd";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ hexa ];
platforms = lib.platforms.unix;
broken = stdenv.hostPlatform.isDarwin; # never built on Hydra https://hydra.nixos.org/job/nixpkgs/trunk/pim6sd.x86_64-darwin
};
@@ -30,6 +30,5 @@ bundlerApp {
homepage = "https://schleuder.org";
changelog = "https://0xacab.org/schleuder/schleuder-cli/-/blob/main/CHANGELOG.md";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ hexa ];
};
}
-1
View File
@@ -35,6 +35,5 @@ bundlerApp {
homepage = "https://schleuder.org";
changelog = "https://0xacab.org/schleuder/schleuder/blob/main/CHANGELOG.md";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ hexa ];
};
}
@@ -185,6 +185,5 @@ buildPythonPackage rec {
lgpl2Plus
wxWindowsException31
];
maintainers = with lib.maintainers; [ hexa ];
};
}