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