Unverified Commit 1b016ab4 authored by rnhmjoj's avatar rnhmjoj
Browse files

mtxclient: move to by-name and reformat

parent 9f6acaec
Loading
Loading
Loading
Loading
+19 −14
Original line number Diff line number Diff line
{ 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
+0 −2
Original line number Diff line number Diff line
@@ -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 { };