Merge pull request #110457 from pstn/mtxdrop
mtxclient: Remove unneeded dependencies, add myself as maintainer.
This commit is contained in:
commit
bba33c36fa
@ -5,8 +5,6 @@
|
|||||||
, pkg-config
|
, pkg-config
|
||||||
, boost17x
|
, boost17x
|
||||||
, openssl
|
, openssl
|
||||||
, zlib
|
|
||||||
, libsodium
|
|
||||||
, olm
|
, olm
|
||||||
, spdlog
|
, spdlog
|
||||||
, nlohmann_json
|
, nlohmann_json
|
||||||
@ -42,8 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
spdlog
|
spdlog
|
||||||
boost17x
|
boost17x
|
||||||
openssl
|
openssl
|
||||||
zlib
|
|
||||||
libsodium
|
|
||||||
olm
|
olm
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -51,7 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Client API library for Matrix, built on top of Boost.Asio";
|
description = "Client API library for Matrix, built on top of Boost.Asio";
|
||||||
homepage = "https://github.com/Nheko-Reborn/mtxclient";
|
homepage = "https://github.com/Nheko-Reborn/mtxclient";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz pstn ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
# Should be fixable if a higher clang version is used, see:
|
# Should be fixable if a higher clang version is used, see:
|
||||||
# https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619287177
|
# https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619287177
|
||||||
|
Loading…
Reference in New Issue
Block a user