mtxclient: move to by-name and reformat
This commit is contained in:
+19
-14
@@ -1,16 +1,17 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, pkg-config
|
||||
, coeurl
|
||||
, curl
|
||||
, libevent
|
||||
, nlohmann_json
|
||||
, olm
|
||||
, openssl
|
||||
, re2
|
||||
, spdlog
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
pkg-config,
|
||||
coeurl,
|
||||
curl,
|
||||
libevent,
|
||||
nlohmann_json,
|
||||
olm,
|
||||
openssl,
|
||||
re2,
|
||||
spdlog,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -56,7 +57,11 @@ stdenv.mkDerivation rec {
|
||||
description = "Client API library for the Matrix protocol";
|
||||
homepage = "https://github.com/Nheko-Reborn/mtxclient";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fpletz pstn rnhmjoj ];
|
||||
maintainers = with maintainers; [
|
||||
fpletz
|
||||
pstn
|
||||
rnhmjoj
|
||||
];
|
||||
platforms = platforms.all;
|
||||
# Should be fixable if a higher clang version is used, see:
|
||||
# https://github.com/NixOS/nixpkgs/pull/85922#issuecomment-619287177
|
||||
@@ -22160,8 +22160,6 @@ with pkgs;
|
||||
|
||||
mtpfs = callPackage ../tools/filesystems/mtpfs { };
|
||||
|
||||
mtxclient = callPackage ../development/libraries/mtxclient { };
|
||||
|
||||
mu = callPackage ../tools/networking/mu { };
|
||||
|
||||
mueval = callPackage ../development/tools/haskell/mueval { };
|
||||
|
||||
Reference in New Issue
Block a user