maestral-qt: use qt6Packages.callPackage

This commit is contained in:
Stefan Frijters 2024-04-08 12:21:50 +02:00
parent a5854398de
commit 0def320369
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F
1 changed files with 1 additions and 1 deletions

View File

@ -34732,7 +34732,7 @@ with pkgs;
maestral = with python3Packages; toPythonApplication maestral;
maestral-gui = qt6.callPackage ../applications/networking/maestral-qt { };
maestral-gui = qt6Packages.callPackage ../applications/networking/maestral-qt { };
maestro = callPackage ../development/mobile/maestro { };