summary refs log tree commit diff
path: root/pkgs/top-level/qt5-packages.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-05-17 01:11:06 +0000
committerRobert Schütz <github@dotlambda.de>2022-05-20 08:54:02 -0700
commitd5a2974e52103113256942a378906b401e31721b (patch)
tree696e34dc035c2b173b7ecdc6a726dce737033376 /pkgs/top-level/qt5-packages.nix
parentdfd82985c273aac6eced03625f454b334daae2e8 (diff)
libsForQt5.mauiPackages: init at 2.1.2
Diffstat (limited to 'pkgs/top-level/qt5-packages.nix')
-rw-r--r--pkgs/top-level/qt5-packages.nix20
1 files changed, 10 insertions, 10 deletions
diff --git a/pkgs/top-level/qt5-packages.nix b/pkgs/top-level/qt5-packages.nix
index 6459e6291f818..770cf90112006 100644
--- a/pkgs/top-level/qt5-packages.nix
+++ b/pkgs/top-level/qt5-packages.nix
@@ -51,9 +51,17 @@ let
     };
   in (lib.makeOverridable mkPlamoGear attrs);
 
-in (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdParty // kdeGear // qt5 // {
+  mauiPackages = let
+    mkMaui = import ../applications/maui;
+    attrs = {
+      inherit libsForQt5;
+      inherit (pkgs) lib fetchurl;
+    };
+  in (lib.makeOverridable mkMaui attrs);
+
+in (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdParty // kdeGear // mauiPackages // qt5 // {
 
-  inherit kdeFrameworks plasmaMobileGear plasma5 kdeGear qt5;
+  inherit kdeFrameworks plasmaMobileGear plasma5 kdeGear mauiPackages qt5;
 
   # Alias for backwards compatibility. Added 2021-05-07.
   kdeApplications = kdeGear;
@@ -144,14 +152,6 @@ in (kdeFrameworks // plasmaMobileGear // plasma5 // plasma5.thirdParty // kdeGea
 
   maplibre-gl-native = callPackage ../development/libraries/maplibre-gl-native { };
 
-  mauikit = callPackage ../development/libraries/mauikit { };
-
-  mauikit-accounts = callPackage ../development/libraries/mauikit-accounts { };
-
-  mauikit-filebrowsing = callPackage ../development/libraries/mauikit-filebrowsing { };
-
-  mauikit-texteditor = callPackage ../development/libraries/mauikit-texteditor { };
-
   mlt = callPackage ../development/libraries/mlt/qt-5.nix { };
 
   phonon = callPackage ../development/libraries/phonon { };