Loading pkgs/development/libraries/mtxclient/default.nix→pkgs/by-name/mt/mtxclient/package.nix +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 { Loading Loading @@ -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 Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { }; Loading
pkgs/development/libraries/mtxclient/default.nix→pkgs/by-name/mt/mtxclient/package.nix +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 { Loading Loading @@ -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 Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -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 { };