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