diff --git a/pkgs/by-name/so/sonusmix/package.nix b/pkgs/by-name/so/sonusmix/package.nix deleted file mode 100644 index 7926058f2c75..000000000000 --- a/pkgs/by-name/so/sonusmix/package.nix +++ /dev/null @@ -1,50 +0,0 @@ -{ - lib, - rustPlatform, - fetchFromGitea, - pkg-config, - glib, - gtk4, - pipewire, - dbus, - wrapGAppsHook4, - autoPatchelfHook, -}: -rustPlatform.buildRustPackage rec { - pname = "sonusmix"; - version = "0.1.1"; - doCheck = false; - - src = fetchFromGitea { - domain = "codeberg.org"; - owner = "sonusmix"; - repo = "sonusmix"; - rev = "v${version}"; - hash = "sha256-vqbYJuErghSsvkFccLFUYuf1Dsg17tCBhF4/NLcba/E="; - }; - - cargoHash = "sha256-KiCJ8XOU5qnO0zB1K7XBTx35WWUpAmqPFkNZOIgwLA0="; - - nativeBuildInputs = [ - pkg-config - rustPlatform.bindgenHook - wrapGAppsHook4 - autoPatchelfHook - ]; - - buildInputs = [ - glib - gtk4 - pipewire - dbus - ]; - - meta = { - description = "Next-gen Pipewire audio routing tool"; - homepage = "https://codeberg.org/sonusmix/sonusmix"; - license = lib.licenses.mpl20; - maintainers = with lib.maintainers; [ ]; - platforms = lib.platforms.linux; - mainProgram = "sonusmix"; - }; -} diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix index 637ceef508b2..b8905d31c3fc 100644 --- a/pkgs/top-level/aliases.nix +++ b/pkgs/top-level/aliases.nix @@ -2209,6 +2209,7 @@ mapAliases { space-orbit = throw "'space-orbit' has been removed because it is unmaintained; Debian upstream stopped tracking it in 2011."; # Added 2025-06-08 spatialite_gui = throw "spatialite_gui has been renamed to spatialite-gui"; # Added 2025-01-12 spatialite_tools = throw "spatialite_tools has been renamed to spatialite-tools"; # Added 2025-02-06 + sonusmix = throw "'sonusmix' has been removed due to lack of maintenance"; # Added 2025-08-27 # Added 2020-02-10 sourceHanSansPackages = {