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