kmenuedit: remove kdelibs4support dependency

This commit is contained in:
Thomas Tuegel 2021-05-11 15:38:05 -05:00
parent bea99f11dd
commit 9e59d5e671
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -1,7 +1,7 @@
{ {
mkDerivation, mkDerivation,
extra-cmake-modules, kdoctools, extra-cmake-modules, kdoctools,
kdbusaddons, kdelibs4support, khotkeys, ki18n, kiconthemes, kio, kxmlgui, kdbusaddons, khotkeys, ki18n, kiconthemes, kio, kxmlgui,
sonnet sonnet
}: }:
@ -9,6 +9,6 @@ mkDerivation {
name = "kmenuedit"; name = "kmenuedit";
nativeBuildInputs = [ extra-cmake-modules kdoctools ]; nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [ buildInputs = [
kdbusaddons kdelibs4support khotkeys ki18n kiconthemes kio kxmlgui sonnet kdbusaddons khotkeys ki18n kiconthemes kio kxmlgui sonnet
]; ];
} }