Unverified Commit 0def3203 authored by Stefan Frijters's avatar Stefan Frijters
Browse files

maestral-qt: use qt6Packages.callPackage

parent a5854398
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 { };