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