2016-07-30 14:36:52 +00:00
|
|
|
{
|
2017-05-15 17:05:35 +00:00
|
|
|
mkDerivation, lib, extra-cmake-modules,
|
2016-07-30 14:36:52 +00:00
|
|
|
epoxy, kconfig, kglobalaccel, kguiaddons, ki18n, kiconthemes, kio, kpackage,
|
|
|
|
kwidgetsaddons, kwindowsystem, pkgconfig, qtdeclarative
|
2016-04-21 15:32:21 +00:00
|
|
|
}:
|
|
|
|
|
2017-05-15 17:05:35 +00:00
|
|
|
mkDerivation {
|
2016-04-21 15:32:21 +00:00
|
|
|
name = "kdeclarative";
|
2016-04-28 15:50:39 +00:00
|
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
2017-02-26 12:49:15 +00:00
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
2017-05-22 18:49:07 +00:00
|
|
|
buildInputs = [
|
|
|
|
epoxy kglobalaccel kguiaddons ki18n kiconthemes kio kwidgetsaddons
|
|
|
|
kwindowsystem
|
2016-04-21 15:32:21 +00:00
|
|
|
];
|
2017-05-22 18:49:07 +00:00
|
|
|
propagatedBuildInputs = [ kconfig kpackage qtdeclarative ];
|
2016-04-21 15:32:21 +00:00
|
|
|
}
|