summary refs log tree commit diff
path: root/pkgs/applications/kde/dolphin.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-05-11 14:35:50 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2021-05-12 05:42:50 -0500
commit6610f4f2dcff46580ba8819cd7dce500e50cdf5b (patch)
tree9328692f56b9735bc971def67c101e16b0dc55f2 /pkgs/applications/kde/dolphin.nix
parent4af3f85e6ba864a6ab3cd43a21afccc910ea9284 (diff)
downloadnixpkgs-6610f4f2dcff46580ba8819cd7dce500e50cdf5b.tar
nixpkgs-6610f4f2dcff46580ba8819cd7dce500e50cdf5b.tar.gz
nixpkgs-6610f4f2dcff46580ba8819cd7dce500e50cdf5b.tar.bz2
nixpkgs-6610f4f2dcff46580ba8819cd7dce500e50cdf5b.tar.lz
nixpkgs-6610f4f2dcff46580ba8819cd7dce500e50cdf5b.tar.xz
nixpkgs-6610f4f2dcff46580ba8819cd7dce500e50cdf5b.tar.zst
nixpkgs-6610f4f2dcff46580ba8819cd7dce500e50cdf5b.zip
dolphin: remove kdelibs4support dependency
Diffstat (limited to 'pkgs/applications/kde/dolphin.nix')
-rw-r--r--pkgs/applications/kde/dolphin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/dolphin.nix b/pkgs/applications/kde/dolphin.nix
index a558ad26677..83f698b8977 100644
--- a/pkgs/applications/kde/dolphin.nix
+++ b/pkgs/applications/kde/dolphin.nix
@@ -2,7 +2,7 @@
   mkDerivation, lib,
   extra-cmake-modules, kdoctools,
   baloo, baloo-widgets, kactivities, kbookmarks, kcmutils,
-  kcompletion, kconfig, kcoreaddons, kdelibs4support, kdbusaddons,
+  kcompletion, kconfig, kcoreaddons, kdbusaddons,
   kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications,
   kparts, ktexteditor, kwindowsystem, phonon, solid,
   wayland, qtbase, qtwayland
@@ -19,7 +19,7 @@ mkDerivation {
   propagatedUserEnvPkgs = [ baloo ];
   propagatedBuildInputs = [
     baloo baloo-widgets kactivities kbookmarks kcmutils kcompletion kconfig
-    kcoreaddons kdelibs4support kdbusaddons kfilemetadata ki18n kiconthemes
+    kcoreaddons kdbusaddons kfilemetadata ki18n kiconthemes
     kinit kio knewstuff knotifications kparts ktexteditor kwindowsystem
     phonon solid
     wayland qtwayland