lol

Merge pull request #110457 from pstn/mtxdrop

mtxclient: Remove unneeded dependencies, add myself as maintainer.

authored by

Michele Guerini Rocco and committed by
GitHub
bba33c36 a57e182e

+1 -5
+1 -5
pkgs/development/libraries/mtxclient/default.nix
··· 5 , pkg-config 6 , boost17x 7 , openssl 8 - , zlib 9 - , libsodium 10 , olm 11 , spdlog 12 , nlohmann_json ··· 42 spdlog 43 boost17x 44 openssl 45 - zlib 46 - libsodium 47 olm 48 ]; 49 ··· 51 description = "Client API library for Matrix, built on top of Boost.Asio"; 52 homepage = "https://github.com/Nheko-Reborn/mtxclient"; 53 license = licenses.mit; 54 - maintainers = with maintainers; [ fpletz ]; 55 platforms = platforms.all; 56 # Should be fixable if a higher clang version is used, see: 57 # https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619287177
··· 5 , pkg-config 6 , boost17x 7 , openssl 8 , olm 9 , spdlog 10 , nlohmann_json ··· 40 spdlog 41 boost17x 42 openssl 43 olm 44 ]; 45 ··· 47 description = "Client API library for Matrix, built on top of Boost.Asio"; 48 homepage = "https://github.com/Nheko-Reborn/mtxclient"; 49 license = licenses.mit; 50 + maintainers = with maintainers; [ fpletz pstn ]; 51 platforms = platforms.all; 52 # Should be fixable if a higher clang version is used, see: 53 # https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619287177