summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.19/kcmutils/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-23 07:41:50 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-25 19:04:24 -0500
commita2e40003a19de448bf0988f7c6a429a47b1fad56 (patch)
tree2c3879f7febb6e46dcb8bcd89b1ac6c1e8a526e8 /pkgs/desktops/kde-5/frameworks-5.19/kcmutils/default.nix
parent522ed7ce76cc081d31de155813cb66efaad4e1d8 (diff)
downloadnixlib-a2e40003a19de448bf0988f7c6a429a47b1fad56.tar
nixlib-a2e40003a19de448bf0988f7c6a429a47b1fad56.tar.gz
nixlib-a2e40003a19de448bf0988f7c6a429a47b1fad56.tar.bz2
nixlib-a2e40003a19de448bf0988f7c6a429a47b1fad56.tar.lz
nixlib-a2e40003a19de448bf0988f7c6a429a47b1fad56.tar.xz
nixlib-a2e40003a19de448bf0988f7c6a429a47b1fad56.tar.zst
nixlib-a2e40003a19de448bf0988f7c6a429a47b1fad56.zip
kde5_latest -> kde5
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.19/kcmutils/default.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.19/kcmutils/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.19/kcmutils/default.nix b/pkgs/desktops/kde-5/frameworks-5.19/kcmutils/default.nix
deleted file mode 100644
index dbbb783ac615..000000000000
--- a/pkgs/desktops/kde-5/frameworks-5.19/kcmutils/default.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ kdeFramework, lib, extra-cmake-modules, kconfigwidgets
-, kcoreaddons, kdeclarative, ki18n, kiconthemes, kitemviews
-, kpackage, kservice, kxmlgui
-}:
-
-kdeFramework {
-  name = "kcmutils";
-  nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [
-    kcoreaddons kiconthemes kitemviews kpackage kxmlgui
-  ];
-  propagatedBuildInputs = [ kconfigwidgets kdeclarative ki18n kservice ];
-  patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
-}