summary refs log tree commit diff
path: root/pkgs/applications/kde/baloo-widgets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/baloo-widgets.nix')
-rw-r--r--pkgs/applications/kde/baloo-widgets.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/baloo-widgets.nix b/pkgs/applications/kde/baloo-widgets.nix
index 3479b6600fc..887e7ea2986 100644
--- a/pkgs/applications/kde/baloo-widgets.nix
+++ b/pkgs/applications/kde/baloo-widgets.nix
@@ -5,7 +5,7 @@
 }:
 
 mkDerivation {
-  name = "baloo-widgets";
+  pname = "baloo-widgets";
   meta = {
     license = [ lib.licenses.lgpl21 ];
     maintainers = [ lib.maintainers.ttuegel ];