summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/kactivities.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-05-15 18:19:12 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-05-15 18:19:12 -0500
commit112d4c71b28c808a70dc73cbb2a1e9ad8c7c8074 (patch)
treed1d324e17ac82255202dbd0d92f7b1ec4cd781d6 /pkgs/desktops/kde-5/frameworks-5.21/kactivities.nix
parent9bb021898ea6374dfee1abe2a71af0a3adfc9cee (diff)
downloadnixpkgs-112d4c71b28c808a70dc73cbb2a1e9ad8c7c8074.tar
nixpkgs-112d4c71b28c808a70dc73cbb2a1e9ad8c7c8074.tar.gz
nixpkgs-112d4c71b28c808a70dc73cbb2a1e9ad8c7c8074.tar.bz2
nixpkgs-112d4c71b28c808a70dc73cbb2a1e9ad8c7c8074.tar.lz
nixpkgs-112d4c71b28c808a70dc73cbb2a1e9ad8c7c8074.tar.xz
nixpkgs-112d4c71b28c808a70dc73cbb2a1e9ad8c7c8074.tar.zst
nixpkgs-112d4c71b28c808a70dc73cbb2a1e9ad8c7c8074.zip
kde5.frameworks: 5.21 -> 5.22
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/kactivities.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/kactivities.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kactivities.nix b/pkgs/desktops/kde-5/frameworks-5.21/kactivities.nix
deleted file mode 100644
index 167c3f15bbd..00000000000
--- a/pkgs/desktops/kde-5/frameworks-5.21/kactivities.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ kdeFramework, lib, extra-cmake-modules, boost, kcmutils, kconfig
-, kcoreaddons, kdbusaddons, kdeclarative, kglobalaccel, ki18n
-, kio, kservice, kwindowsystem, kxmlgui, qtdeclarative
-}:
-
-kdeFramework {
-  name = "kactivities";
-  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
-  nativeBuildInputs = [ extra-cmake-modules ];
-  propagatedBuildInputs = [
-    boost kcmutils kconfig kcoreaddons kdbusaddons kdeclarative kglobalaccel
-    ki18n kio kservice kwindowsystem kxmlgui qtdeclarative
-  ];
-}