libpromhttp: drop

Unmaintained upstream, fails to build with gcc 14. Not dropping `libprom` because it's used by `coturn`
This commit is contained in:
Michael Daniels
2025-06-15 17:53:42 -04:00
parent 0e5891a061
commit c191e958f2
3 changed files with 1 additions and 10 deletions

View File

@@ -68,13 +68,4 @@ rec {
subdir = "prom";
description = "Prometheus Client in C";
};
libpromhttp = build {
pname = "libpromhttp";
subdir = "promhttp";
buildInputs = [
libmicrohttpd
libprom
];
description = "Prometheus HTTP Endpoint in C";
};
}

View File

@@ -1041,6 +1041,7 @@ mapAliases {
liboop = throw "liboop has been removed as it is unmaintained upstream."; # Added 2024-08-14
libosmo-sccp = libosmo-sigtran; # Added 2024-12-20
libpqxx_6 = throw "libpqxx_6 has been removed, please use libpqxx"; # Added 2024-10-02
libpromhttp = throw "'libpromhttp' has been removed as it is broken and unmaintained upstream."; # Added 2025-06-16
libpseudo = throw "'libpseudo' was removed as it is broken and not maintained upstream"; # Added 2025-05-17
libpulseaudio-vanilla = libpulseaudio; # Added 2022-04-20
libqt5pas = libsForQt5.libqtpas; # Added 2024-12-25

View File

@@ -8856,7 +8856,6 @@ with pkgs;
stdenv = gccStdenv; # Required for darwin
})
libprom
libpromhttp
;
libpulsar = callPackage ../development/libraries/libpulsar {