Skip to content

Commit

Permalink
Merge pull request #239142 from NickCao/libmongo
Browse files Browse the repository at this point in the history
libmongo-client: drop as upstream has gone
  • Loading branch information
NickCao authored Jun 22, 2023
2 parents 5c5e5e2 + 485f278 commit 437d2a8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
29 changes: 0 additions & 29 deletions pkgs/development/libraries/libmongo-client/default.nix

This file was deleted.

3 changes: 1 addition & 2 deletions pkgs/tools/system/rsyslog/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
, withRdkafka ? true
, rdkafka
, withMongo ? true
, libmongo-client
, mongoc
, withCzmq ? true
, czmq
Expand Down Expand Up @@ -97,7 +96,7 @@ stdenv.mkDerivation rec {
++ lib.optional withNet libnet
++ lib.optional withHadoop hadoop
++ lib.optional withRdkafka rdkafka
++ lib.optionals withMongo [ libmongo-client mongoc ]
++ lib.optionals withMongo [ mongoc ]
++ lib.optional withCzmq czmq
++ lib.optional withRabbitmq rabbitmq-c
++ lib.optional withHiredis hiredis
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ mapAliases ({
liblastfm = libsForQt5.liblastfm; # Added 2020-06-14
liblrdf = throw "'liblrdf' has been renamed to/replaced by 'lrdf'"; # Converted to throw 2022-02-22
libmicrohttpd_0_9_70 = throw "'libmicrohttpd_0_9_70' has been removed because it is insecure, and has been replaced by 'libmicrohttpd_0_9_69' and 'libmicrohttpd_0_9_71'"; # Added 2022-10-10
libmongo-client = throw "'libmongo-client' has been removed, upstream gone"; # Added 2023-06-22
libmsgpack = throw "'libmsgpack' has been renamed to/replaced by 'msgpack'"; # Converted to throw 2022-02-22
libnih = throw "'libnih' has been removed"; # Converted to throw 2022-05-17
libosmpbf = throw "libosmpbf was removed because it is no longer required by osrm-backend";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9904,8 +9904,6 @@ with pkgs;

libmbim = callPackage ../development/libraries/libmbim { };

libmongo-client = callPackage ../development/libraries/libmongo-client { };

libmongocrypt = callPackage ../development/libraries/libmongocrypt { };

libmesode = callPackage ../development/libraries/libmesode { };
Expand Down

0 comments on commit 437d2a8

Please sign in to comment.