Unverified Commit 3ce4e70b authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

qt6Packages.qtstyleplugin-kvantum: init at 1.0.10



This adds Qt 6 support to qtstyleplugin-kvantum. Note that this package
only includes the style plugin and not the actual configuration UI.

Signed-off-by: default avatarSefa Eyeoglu <contact@scrumplex.net>
parent c5445c0f
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -5,8 +5,9 @@
, qmake
, qtbase
, qtsvg
, qtx11extras
, kwindowsystem
, qtx11extras ? null
, kwindowsystem ? null
, qtwayland
, libX11
, libXext
, qttools
@@ -34,11 +35,10 @@ stdenv.mkDerivation rec {
  buildInputs = [
    qtbase
    qtsvg
    qtx11extras
    kwindowsystem
    libX11
    libXext
  ];
  ] ++ lib.optionals (lib.versionOlder qtbase.version "6") [ qtx11extras kwindowsystem ]
    ++ lib.optional (lib.versionAtLeast qtbase.version "6") qtwayland;

  sourceRoot = "source/Kvantum";

@@ -66,6 +66,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/tsujan/Kvantum";
    license = licenses.gpl3Plus;
    platforms = platforms.linux;
    maintainers = [ maintainers.romildo ];
    maintainers = with maintainers; [ romildo Scrumplex ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ in

  qtpbfimageplugin = callPackage ../development/libraries/qtpbfimageplugin { };

  qtstyleplugin-kvantum = callPackage ../development/libraries/qtstyleplugin-kvantum { };

  quazip = callPackage ../development/libraries/quazip { };

  qxlsx = callPackage ../development/libraries/qxlsx { };