summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.19/knotifications.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/knotifications.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/knotifications.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.19/knotifications.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.19/knotifications.nix b/pkgs/desktops/kde-5/frameworks-5.19/knotifications.nix
deleted file mode 100644
index 7e301dd0f268..000000000000
--- a/pkgs/desktops/kde-5/frameworks-5.19/knotifications.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{ kdeFramework, lib
-, extra-cmake-modules
-, kcodecs
-, kconfig
-, kcoreaddons
-, kwindowsystem
-, phonon
-, qtx11extras
-}:
-
-kdeFramework {
-  name = "knotifications";
-  nativeBuildInputs = [ extra-cmake-modules ];
-  buildInputs = [
-    kcodecs kconfig kcoreaddons phonon
-  ];
-  propagatedBuildInputs = [ kwindowsystem qtx11extras ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
-}