Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -21325,6 +21325,12 @@ githubId = 8889722; name = "Vitomir Čanadi"; }; vcele = { email = "ejycebfx@duck.com"; github = "Vcele"; githubId = 101071881; name = "Victor"; }; vcunat = { name = "Vladimír Čunát"; # vcunat@gmail.com predominated in commits before 2019/03 Loading pkgs/development/libraries/mongocxx/default.nix +11 −8 Original line number Diff line number Diff line { lib , stdenv , pkgs , fetchFromGitHub , mongoc , openssl Loading @@ -7,23 +7,26 @@ , cmake , validatePkgConfig , testers , darwin }: let stdenv = if pkgs.stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else pkgs.stdenv; in stdenv.mkDerivation (finalAttrs: { pname = "mongocxx"; version = "3.8.1"; version = "3.10.2"; src = fetchFromGitHub { owner = "mongodb"; repo = "mongo-cxx-driver"; rev = "refs/tags/r${finalAttrs.version}"; hash = "sha256-fBZg69jsvXzhllpcPBGXkjYyvUQImnGNkb2Ek5Oi0p4="; hash = "sha256-nGLE0vyCe3PaNJf3duXdBfAhTdRvdeQ+OCwcaSDxi5Y="; }; postPatch = '' substituteInPlace src/bsoncxx/config/CMakeLists.txt \ src/mongocxx/config/CMakeLists.txt \ --replace "\\\''${prefix}/" "" substituteInPlace src/bsoncxx/cmake/libbsoncxx.pc.in \ src/mongocxx/cmake/libmongocxx.pc.in \ --replace "\''${prefix}/" "" ''; nativeBuildInputs = [ Loading @@ -35,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: { mongoc openssl cyrus_sasl ]; ] ++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security; cmakeFlags = [ "-DCMAKE_CXX_STANDARD=20" Loading @@ -49,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Official C++ client library for MongoDB"; homepage = "http://mongocxx.org"; license = licenses.asl20; maintainers = with maintainers; [ adriandole ]; maintainers = with maintainers; [ adriandole vcele ]; pkgConfigModules = [ "libmongocxx" "libbsoncxx" ]; platforms = platforms.all; badPlatforms = [ "x86_64-darwin" ]; # needs sdk >= 10.14 Loading Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -21325,6 +21325,12 @@ githubId = 8889722; name = "Vitomir Čanadi"; }; vcele = { email = "ejycebfx@duck.com"; github = "Vcele"; githubId = 101071881; name = "Victor"; }; vcunat = { name = "Vladimír Čunát"; # vcunat@gmail.com predominated in commits before 2019/03 Loading
pkgs/development/libraries/mongocxx/default.nix +11 −8 Original line number Diff line number Diff line { lib , stdenv , pkgs , fetchFromGitHub , mongoc , openssl Loading @@ -7,23 +7,26 @@ , cmake , validatePkgConfig , testers , darwin }: let stdenv = if pkgs.stdenv.isDarwin then darwin.apple_sdk_11_0.stdenv else pkgs.stdenv; in stdenv.mkDerivation (finalAttrs: { pname = "mongocxx"; version = "3.8.1"; version = "3.10.2"; src = fetchFromGitHub { owner = "mongodb"; repo = "mongo-cxx-driver"; rev = "refs/tags/r${finalAttrs.version}"; hash = "sha256-fBZg69jsvXzhllpcPBGXkjYyvUQImnGNkb2Ek5Oi0p4="; hash = "sha256-nGLE0vyCe3PaNJf3duXdBfAhTdRvdeQ+OCwcaSDxi5Y="; }; postPatch = '' substituteInPlace src/bsoncxx/config/CMakeLists.txt \ src/mongocxx/config/CMakeLists.txt \ --replace "\\\''${prefix}/" "" substituteInPlace src/bsoncxx/cmake/libbsoncxx.pc.in \ src/mongocxx/cmake/libmongocxx.pc.in \ --replace "\''${prefix}/" "" ''; nativeBuildInputs = [ Loading @@ -35,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: { mongoc openssl cyrus_sasl ]; ] ++ lib.optional stdenv.isDarwin darwin.apple_sdk.frameworks.Security; cmakeFlags = [ "-DCMAKE_CXX_STANDARD=20" Loading @@ -49,7 +52,7 @@ stdenv.mkDerivation (finalAttrs: { description = "Official C++ client library for MongoDB"; homepage = "http://mongocxx.org"; license = licenses.asl20; maintainers = with maintainers; [ adriandole ]; maintainers = with maintainers; [ adriandole vcele ]; pkgConfigModules = [ "libmongocxx" "libbsoncxx" ]; platforms = platforms.all; badPlatforms = [ "x86_64-darwin" ]; # needs sdk >= 10.14 Loading