summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-05-11 15:38:05 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2021-05-12 05:43:03 -0500
commit9e59d5e671417a2ddea59f755d00b6416e4274c3 (patch)
tree61b8c85e1f97b7adb74fe568ee8001b73e123930
parentbea99f11dd4f2b170ea99782c888256ea6a0ac3c (diff)
downloadnixpkgs-9e59d5e671417a2ddea59f755d00b6416e4274c3.tar
nixpkgs-9e59d5e671417a2ddea59f755d00b6416e4274c3.tar.gz
nixpkgs-9e59d5e671417a2ddea59f755d00b6416e4274c3.tar.bz2
nixpkgs-9e59d5e671417a2ddea59f755d00b6416e4274c3.tar.lz
nixpkgs-9e59d5e671417a2ddea59f755d00b6416e4274c3.tar.xz
nixpkgs-9e59d5e671417a2ddea59f755d00b6416e4274c3.tar.zst
nixpkgs-9e59d5e671417a2ddea59f755d00b6416e4274c3.zip
kmenuedit: remove kdelibs4support dependency
-rw-r--r--pkgs/desktops/plasma-5/kmenuedit.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/plasma-5/kmenuedit.nix b/pkgs/desktops/plasma-5/kmenuedit.nix
index 016ea940d99..c0cfebcdc0c 100644
--- a/pkgs/desktops/plasma-5/kmenuedit.nix
+++ b/pkgs/desktops/plasma-5/kmenuedit.nix
@@ -1,7 +1,7 @@
 {
   mkDerivation,
   extra-cmake-modules, kdoctools,
-  kdbusaddons, kdelibs4support, khotkeys, ki18n, kiconthemes, kio, kxmlgui,
+  kdbusaddons, khotkeys, ki18n, kiconthemes, kio, kxmlgui,
   sonnet
 }:
 
@@ -9,6 +9,6 @@ mkDerivation {
   name = "kmenuedit";
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   buildInputs = [
-    kdbusaddons kdelibs4support khotkeys ki18n kiconthemes kio kxmlgui sonnet
+    kdbusaddons khotkeys ki18n kiconthemes kio kxmlgui sonnet
   ];
 }