dumb: remove

Changed files
+1 -39
pkgs
applications
misc
lutris
by-name
du
top-level
-1
pkgs/applications/misc/lutris/fhsenv.nix
···
# Adventure Game Studio
allegro
-
dumb
# Battle.net
jansson
-38
pkgs/by-name/du/dumb/package.nix
···
-
{
-
lib,
-
stdenv,
-
fetchFromGitHub,
-
cmake,
-
allegro,
-
SDL2,
-
}:
-
-
stdenv.mkDerivation rec {
-
pname = "dumb";
-
version = "2.0.3";
-
-
nativeBuildInputs = [ cmake ];
-
buildInputs = [
-
allegro
-
SDL2
-
];
-
-
src = fetchFromGitHub {
-
owner = "kode54";
-
repo = "dumb";
-
rev = version;
-
sha256 = "1cnq6rb14d4yllr0yi32p9jmcig8avs3f43bvdjrx4r1mpawspi6";
-
};
-
-
cmakeFlags = [
-
"-DBUILD_EXAMPLES='OFF'"
-
];
-
-
meta = with lib; {
-
homepage = "https://github.com/kode54/dumb";
-
description = "Module/tracker based music format parser and player library";
-
license = licenses.free; # Derivative of GPL
-
maintainers = with maintainers; [ Madouura ];
-
platforms = platforms.all;
-
};
-
}
+1
pkgs/top-level/aliases.nix
···
du-dust = dust; # Added 2024-01-19
duckstation = throw "'duckstation' has been removed due to being unmaintained"; # Added 2025-08-03
duckstation-bin = throw "'duckstation-bin' has been removed due to being unmaintained"; # Added 2025-08-03
+
dumb = throw "'dumb' has been archived by upstream. Upstream recommends libopenmpt as a replacement."; # Added 2025-09-14
dump1090 = dump1090-fa; # Added 2024-02-12
dwfv = throw "'dwfv' has been removed due to lack of upstream maintenance";
dylibbundler = throw "'dylibbundler' has been renamed to/replaced by 'macdylibbundler'"; # Converted to throw 2024-10-17