Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions pkgs/development/libraries/prometheus-client-c/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8919,7 +8919,6 @@ with pkgs;
stdenv = gccStdenv; # Required for darwin
})
libprom
libpromhttp
;

libpulsar = callPackage ../development/libraries/libpulsar {
Expand Down