Unverified Commit 4312e5a9 authored by rnhmjoj's avatar rnhmjoj
Browse files

nheko: move to by-name and reformat

parent 1b016ab4
Loading
Loading
Loading
Loading
+59 −59
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchFromGitHub
, cmake
, asciidoc
, pkg-config
, boost179
, cmark
, coeurl
, curl
, kdsingleapplication
, libevent
, libsecret
, lmdb
, lmdbxx
, mtxclient
, nlohmann_json
, olm
, qtbase
, qtimageformats
, qtkeychain
, qtmultimedia
, qttools
, qtwayland
, re2
, spdlog
, wrapQtAppsHook
, gst_all_1
, libnice
{
  lib,
  stdenv,
  fetchFromGitHub,
  cmake,
  asciidoc,
  pkg-config,
  boost179,
  cmark,
  coeurl,
  curl,
  kdsingleapplication,
  libevent,
  libsecret,
  lmdb,
  lmdbxx,
  mtxclient,
  nlohmann_json,
  olm,
  re2,
  spdlog,
  gst_all_1,
  libnice,
  qt6Packages,
}:

stdenv.mkDerivation rec {
@@ -45,10 +40,11 @@ stdenv.mkDerivation rec {
    cmake
    lmdbxx
    pkg-config
    wrapQtAppsHook
    qt6Packages.wrapQtAppsHook
  ];

  buildInputs = [
  buildInputs =
    [
      boost179
      cmark
      coeurl
@@ -60,12 +56,12 @@ stdenv.mkDerivation rec {
      mtxclient
      nlohmann_json
      olm
    qtbase
    qtimageformats
    qtkeychain
    qtmultimedia
    qttools
    qtwayland
      qt6Packages.qtbase
      qt6Packages.qtimageformats
      qt6Packages.qtkeychain
      qt6Packages.qtmultimedia
      qt6Packages.qttools
      qt6Packages.qtwayland
      re2
      spdlog
    ]
@@ -91,7 +87,11 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/Nheko-Reborn/nheko";
    license = licenses.gpl3Plus;
    mainProgram = "nheko";
    maintainers = with maintainers; [ ekleog fpletz rnhmjoj ];
    maintainers = with maintainers; [
      ekleog
      fpletz
      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
@@ -31589,8 +31589,6 @@ with pkgs;
  ngt = callPackage ../development/libraries/ngt { };
  nheko = qt6Packages.callPackage ../applications/networking/instant-messengers/nheko { };
  notepad-next = libsForQt5.callPackage ../applications/editors/notepad-next { };
  notepadqq = libsForQt5.callPackage ../applications/editors/notepadqq { };