sonusmix: drop (#437355)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user