2015-09-29 22:57:26 +01:00
|
|
|
{ kdeFramework, lib
|
2015-09-27 16:02:10 +01:00
|
|
|
, extra-cmake-modules
|
|
|
|
, kbookmarks
|
|
|
|
, kcompletion
|
|
|
|
, kconfig
|
|
|
|
, kconfigwidgets
|
|
|
|
, ki18n
|
|
|
|
, kiconthemes
|
|
|
|
, kio
|
|
|
|
, knotifications
|
|
|
|
, kwidgetsaddons
|
|
|
|
, libXcursor
|
|
|
|
, qtx11extras
|
|
|
|
}:
|
|
|
|
|
2015-09-29 22:57:26 +01:00
|
|
|
kdeFramework {
|
2015-09-27 16:02:10 +01:00
|
|
|
name = "frameworkintegration";
|
|
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
|
|
buildInputs = [
|
|
|
|
kbookmarks
|
|
|
|
kcompletion
|
|
|
|
kconfig
|
|
|
|
ki18n
|
|
|
|
kio
|
|
|
|
knotifications
|
|
|
|
kwidgetsaddons
|
|
|
|
libXcursor
|
|
|
|
qtx11extras
|
|
|
|
];
|
|
|
|
propagatedBuildInputs = [ kconfigwidgets kiconthemes ];
|
|
|
|
meta = {
|
|
|
|
maintainers = [ lib.maintainers.ttuegel ];
|
|
|
|
};
|
|
|
|
}
|