about summary refs log tree commit diff
path: root/pkgs/applications/kde/kcharselect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/kde/kcharselect.nix')
-rw-r--r--pkgs/applications/kde/kcharselect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/kcharselect.nix b/pkgs/applications/kde/kcharselect.nix
index 4af712b1d5a56..d35ee5ee670c0 100644
--- a/pkgs/applications/kde/kcharselect.nix
+++ b/pkgs/applications/kde/kcharselect.nix
@@ -5,7 +5,7 @@
 }:
 
 mkDerivation {
-  name = "kcharselect";
+  pname = "kcharselect";
   meta = {
     license = lib.licenses.gpl2Plus;
     maintainers = [ lib.maintainers.schmittlauch ];