summary refs log tree commit diff
path: root/pkgs/applications/kde
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-05-11 15:31:10 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2021-05-12 05:42:55 -0500
commit96133a0badbc3bcc94c57be54d123c15599319fd (patch)
treef83e36961a7c1be8503bcca87d2d57180e803065 /pkgs/applications/kde
parent6f755c1e58b2cb3fb673fc2ec76bffe53f4ddc2e (diff)
downloadnixpkgs-96133a0badbc3bcc94c57be54d123c15599319fd.tar
nixpkgs-96133a0badbc3bcc94c57be54d123c15599319fd.tar.gz
nixpkgs-96133a0badbc3bcc94c57be54d123c15599319fd.tar.bz2
nixpkgs-96133a0badbc3bcc94c57be54d123c15599319fd.tar.lz
nixpkgs-96133a0badbc3bcc94c57be54d123c15599319fd.tar.xz
nixpkgs-96133a0badbc3bcc94c57be54d123c15599319fd.tar.zst
nixpkgs-96133a0badbc3bcc94c57be54d123c15599319fd.zip
kio-extras: remove kdelibs4support dependency
Diffstat (limited to 'pkgs/applications/kde')
-rw-r--r--pkgs/applications/kde/kio-extras.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/kde/kio-extras.nix b/pkgs/applications/kde/kio-extras.nix
index fdc531d5d12..4a41493a525 100644
--- a/pkgs/applications/kde/kio-extras.nix
+++ b/pkgs/applications/kde/kio-extras.nix
@@ -2,7 +2,7 @@
   mkDerivation, lib, extra-cmake-modules, kdoctools, shared-mime-info,
   exiv2, kactivities, karchive, kbookmarks, kconfig, kconfigwidgets,
   kcoreaddons, kdbusaddons, kdsoap, kguiaddons, kdnssd, kiconthemes, ki18n, kio,
-  khtml, kdelibs4support, kpty, syntax-highlighting, libmtp, libssh, openexr,
+  khtml, kpty, syntax-highlighting, libmtp, libssh, openexr,
   ilmbase, openslp, phonon, qtsvg, samba, solid, gperf
 }:
 
@@ -16,7 +16,7 @@ mkDerivation {
   buildInputs = [
     exiv2 kactivities karchive kbookmarks kconfig kconfigwidgets kcoreaddons
     kdbusaddons kdsoap kguiaddons kdnssd kiconthemes ki18n kio khtml
-    kdelibs4support kpty syntax-highlighting libmtp libssh openexr openslp
+    kpty syntax-highlighting libmtp libssh openexr openslp
     phonon qtsvg samba solid gperf
   ];
   CXXFLAGS = [ "-I${ilmbase.dev}/include/OpenEXR" ];