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