mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
libpromhttp: drop
Unmaintained upstream, fails to build with gcc 14. Not dropping `libprom` because it's used by `coturn`
(cherry picked from commit c191e958f2)
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1007,6 +1007,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
|
||||
libpulseaudio-vanilla = libpulseaudio; # Added 2022-04-20
|
||||
libqt5pas = libsForQt5.libqtpas; # Added 2024-12-25
|
||||
libquotient = libsForQt5.libquotient; # Added 2023-11-11
|
||||
|
||||
@@ -8919,7 +8919,6 @@ with pkgs;
|
||||
stdenv = gccStdenv; # Required for darwin
|
||||
})
|
||||
libprom
|
||||
libpromhttp
|
||||
;
|
||||
|
||||
libpulsar = callPackage ../development/libraries/libpulsar {
|
||||
|
||||
Reference in New Issue
Block a user