Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15052,6 +15052,12 @@ githubId = 1437166; name = "Xia Bin"; }; sochotnicky = { email = "stanislav+github@ochotnicky.com"; github = "sochotnicky"; githubId = 55726; name = "Stanislav Ochotnický"; }; softinio = { email = "code@softinio.com"; github = "softinio"; Loading pkgs/applications/networking/p2p/tremotesf/default.nix 0 → 100644 +52 −0 Original line number Diff line number Diff line {stdenv ,lib , cmake , pkg-config , fetchFromGitHub , qtbase , qttools , kwidgetsaddons , kwindowsystem , fmt , libpsl , cxxopts , wrapQtAppsHook }: stdenv.mkDerivation (finalAttrs: { pname = "tremotesf"; version = "2.4.0"; src = fetchFromGitHub { owner = "equeim"; repo = "tremotesf2"; rev = finalAttrs.version; hash = "sha256-TKtBgMpCWIUl1bohAKCbTcZX2uaPmzeWut/OeNs/rME="; # We need this for src/libtremotesf fetchSubmodules = true; }; buildInputs = [ qtbase qttools fmt libpsl kwidgetsaddons kwindowsystem cxxopts ]; nativeBuildInputs = [ cmake pkg-config ]; propagatedBuildInputs = [ wrapQtAppsHook ]; meta = with lib; { description = "Remote GUI for transmission-daemon"; license = licenses.gpl3Plus; homepage = "https://github.com/equeim/tremotesf2"; maintainers = with maintainers; [ sochotnicky ]; }; }) pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -40957,6 +40957,8 @@ with pkgs; isolate = callPackage ../tools/security/isolate { }; tremotesf = libsForQt5.callPackage ../applications/networking/p2p/tremotesf { }; reindeer = callPackage ../development/tools/reindeer { }; charasay = callPackage ../tools/misc/charasay { }; Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -15052,6 +15052,12 @@ githubId = 1437166; name = "Xia Bin"; }; sochotnicky = { email = "stanislav+github@ochotnicky.com"; github = "sochotnicky"; githubId = 55726; name = "Stanislav Ochotnický"; }; softinio = { email = "code@softinio.com"; github = "softinio"; Loading
pkgs/applications/networking/p2p/tremotesf/default.nix 0 → 100644 +52 −0 Original line number Diff line number Diff line {stdenv ,lib , cmake , pkg-config , fetchFromGitHub , qtbase , qttools , kwidgetsaddons , kwindowsystem , fmt , libpsl , cxxopts , wrapQtAppsHook }: stdenv.mkDerivation (finalAttrs: { pname = "tremotesf"; version = "2.4.0"; src = fetchFromGitHub { owner = "equeim"; repo = "tremotesf2"; rev = finalAttrs.version; hash = "sha256-TKtBgMpCWIUl1bohAKCbTcZX2uaPmzeWut/OeNs/rME="; # We need this for src/libtremotesf fetchSubmodules = true; }; buildInputs = [ qtbase qttools fmt libpsl kwidgetsaddons kwindowsystem cxxopts ]; nativeBuildInputs = [ cmake pkg-config ]; propagatedBuildInputs = [ wrapQtAppsHook ]; meta = with lib; { description = "Remote GUI for transmission-daemon"; license = licenses.gpl3Plus; homepage = "https://github.com/equeim/tremotesf2"; maintainers = with maintainers; [ sochotnicky ]; }; })
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -40957,6 +40957,8 @@ with pkgs; isolate = callPackage ../tools/security/isolate { }; tremotesf = libsForQt5.callPackage ../applications/networking/p2p/tremotesf { }; reindeer = callPackage ../development/tools/reindeer { }; charasay = callPackage ../tools/misc/charasay { };