qt5: remove makeQtWrapper
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
mkDerivation, lib, extra-cmake-modules, wrapGAppsHook,
|
||||
cups, kconfig, kconfigwidgets, kdbusaddons, kiconthemes, ki18n, kcmutils, kio,
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules,
|
||||
cups, ki18n,
|
||||
kconfig, kconfigwidgets, kdbusaddons, kiconthemes, kcmutils, kio,
|
||||
knotifications, kwidgetsaddons, kwindowsystem, kitemviews, plasma-framework,
|
||||
qtdeclarative
|
||||
}:
|
||||
@@ -11,10 +13,10 @@ mkDerivation {
|
||||
license = [ lib.licenses.gpl2 ];
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules wrapGAppsHook ];
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ cups ki18n ];
|
||||
propagatedBuildInputs = [
|
||||
cups kconfig kconfigwidgets kdbusaddons kiconthemes kcmutils knotifications
|
||||
kwidgetsaddons kitemviews ki18n kio kwindowsystem plasma-framework
|
||||
qtdeclarative
|
||||
kconfig kconfigwidgets kdbusaddons kiconthemes kcmutils knotifications
|
||||
kwidgetsaddons kitemviews kio kwindowsystem plasma-framework qtdeclarative
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user