Commit 9daf1fa7 authored by Aidan Gauland's avatar Aidan Gauland
Browse files

dumb: remove

parent 982ede41
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -79,7 +79,6 @@ buildFHSEnv {

      # Adventure Game Studio
      allegro
      dumb

      # Battle.net
      jansson

pkgs/by-name/du/dumb/package.nix

deleted100644 → 0
+0 −38
Original line number Diff line number Diff line
{
  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 −0
Original line number Diff line number Diff line
@@ -794,6 +794,7 @@ mapAliases {
  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