2016-08-04 16:45:54 +02:00
|
|
|
{
|
2017-05-15 18:44:58 +02:00
|
|
|
mkDerivation,
|
2017-02-26 13:49:15 +01:00
|
|
|
extra-cmake-modules,
|
2016-08-04 16:45:54 +02:00
|
|
|
frameworkintegration, kcmutils, kconfigwidgets, kcoreaddons, kdecoration,
|
2017-05-22 20:49:07 +02:00
|
|
|
kguiaddons, ki18n, kwayland, kwindowsystem, plasma-framework, qtdeclarative,
|
2018-09-20 12:29:15 +02:00
|
|
|
qtx11extras, fftw
|
2016-04-21 18:01:22 +02:00
|
|
|
}:
|
|
|
|
|
2017-05-15 18:44:58 +02:00
|
|
|
mkDerivation {
|
2016-04-21 18:01:22 +02:00
|
|
|
name = "breeze-qt5";
|
|
|
|
sname = "breeze";
|
2017-02-26 13:49:15 +01:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2016-04-21 18:01:22 +02:00
|
|
|
propagatedBuildInputs = [
|
2016-08-04 16:45:54 +02:00
|
|
|
frameworkintegration kcmutils kconfigwidgets kcoreaddons kdecoration
|
2017-05-22 20:49:07 +02:00
|
|
|
kguiaddons ki18n kwayland kwindowsystem plasma-framework qtdeclarative
|
2018-09-20 12:29:15 +02:00
|
|
|
qtx11extras fftw
|
2016-04-21 18:01:22 +02:00
|
|
|
];
|
2017-09-27 02:00:23 +02:00
|
|
|
outputs = [ "bin" "dev" "out" ];
|
2016-04-21 18:01:22 +02:00
|
|
|
cmakeFlags = [ "-DUSE_Qt4=OFF" ];
|
|
|
|
}
|