summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-10-14 08:52:06 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-10-30 16:10:37 -0500
commit4523689157ce616ea56952057281327b30aaa4bf (patch)
tree7f0c99e23a7a5e2fb0c3a2f4e1d981ebefaefb88 /pkgs/development
parentf416ba4833c9c4b66833846811b04129fcaf1101 (diff)
downloadnixlib-4523689157ce616ea56952057281327b30aaa4bf.tar
nixlib-4523689157ce616ea56952057281327b30aaa4bf.tar.gz
nixlib-4523689157ce616ea56952057281327b30aaa4bf.tar.bz2
nixlib-4523689157ce616ea56952057281327b30aaa4bf.tar.lz
nixlib-4523689157ce616ea56952057281327b30aaa4bf.tar.xz
nixlib-4523689157ce616ea56952057281327b30aaa4bf.tar.zst
nixlib-4523689157ce616ea56952057281327b30aaa4bf.zip
baloo: baloo-monitor removed
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/kde-frameworks-5.15/baloo.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/kde-frameworks-5.15/baloo.nix b/pkgs/development/libraries/kde-frameworks-5.15/baloo.nix
index ce8a7a40e3d7..adfe7894f8da 100644
--- a/pkgs/development/libraries/kde-frameworks-5.15/baloo.nix
+++ b/pkgs/development/libraries/kde-frameworks-5.15/baloo.nix
@@ -18,7 +18,6 @@ kdeFramework {
     wrapKDEProgram "$out/bin/balooctl"
     wrapKDEProgram "$out/bin/baloosearch"
     wrapKDEProgram "$out/bin/balooshow"
-    wrapKDEProgram "$out/bin/baloo-monitor"
   '';
   meta = {
     maintainers = [ lib.maintainers.ttuegel ];