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