maestral-gui: move to by-name

This commit is contained in:
Aliaksandr
2026-01-31 23:08:33 +02:00
parent 9b36dd5639
commit 78203ff35b
2 changed files with 5 additions and 10 deletions
@@ -2,11 +2,8 @@
lib,
fetchFromGitHub,
python3,
qtbase,
qtsvg,
qtwayland,
qt6,
nixosTests,
wrapQtAppsHook,
}:
python3.pkgs.buildPythonApplication rec {
@@ -32,12 +29,12 @@ python3.pkgs.buildPythonApplication rec {
];
buildInputs = [
qtwayland
qtbase
qtsvg # Needed for the systray icon
qt6.qtwayland
qt6.qtbase
qt6.qtsvg # Needed for the systray icon
];
nativeBuildInputs = [ wrapQtAppsHook ];
nativeBuildInputs = [ qt6.wrapQtAppsHook ];
dontWrapQtApps = true;
-2
View File
@@ -10942,8 +10942,6 @@ with pkgs;
maestral = with python3Packages; toPythonApplication maestral;
maestral-gui = qt6Packages.callPackage ../applications/networking/maestral-qt { };
myfitnesspal = with python3Packages; toPythonApplication myfitnesspal;
lightdm_qt = lightdm.override { withQt5 = true; };