lint-staged: 15.2.10 -> 15.2.11 (#364089)
[NixPkgs.git] / pkgs / desktops / plasma-5 / breeze-qt5.nix
blob2d50f89e1d39bdc7e6d90bfd38b8611dec2c19c5
2   mkDerivation,
3   extra-cmake-modules,
4   frameworkintegration,
5   kcmutils,
6   kconfigwidgets,
7   kcoreaddons,
8   kdecoration,
9   kguiaddons,
10   ki18n,
11   kwayland,
12   kwindowsystem,
13   plasma-framework,
14   qtdeclarative,
15   qtx11extras,
16   fftw,
19 mkDerivation {
20   pname = "breeze-qt5";
21   sname = "breeze";
22   nativeBuildInputs = [ extra-cmake-modules ];
23   propagatedBuildInputs = [
24     frameworkintegration
25     kcmutils
26     kconfigwidgets
27     kcoreaddons
28     kdecoration
29     kguiaddons
30     ki18n
31     kwayland
32     kwindowsystem
33     plasma-framework
34     qtdeclarative
35     qtx11extras
36     fftw
37   ];
38   outputs = [
39     "bin"
40     "dev"
41     "out"
42   ];
43   cmakeFlags = [ "-DUSE_Qt4=OFF" ];