Skip to content

Commit

Permalink
nagstamon: move to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
liberodark committed Nov 21, 2024
1 parent 87a0e8d commit 9a9e324
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ python3Packages.buildPythonApplication rec {
qt6Packages.qtsvg
];

nativeBuildInputs = [ qt6Packages.wrapQtAppsHook ];
dontWrapQtApps = true;

preFixup = ''
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
'';

build-system = with python3Packages; [ setuptools ];

Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4258,8 +4258,6 @@ with pkgs;

mx-puppet-discord = callPackage ../servers/mx-puppet-discord { };

nagstamon = callPackage ../tools/misc/nagstamon { };

nanoemoji = with python3Packages; toPythonApplication nanoemoji;

nbtscanner = callPackage ../tools/security/nbtscanner {
Expand Down

0 comments on commit 9a9e324

Please sign in to comment.