about summary refs log tree commit diff
path: root/pkgs/applications/kde/k3b.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-12-28 08:45:43 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-28 08:45:43 +0100
commit92cc19490e7fe141257dbb840ad518c7156f0efb (patch)
tree6616200b1e87d24973b7c04b469b69a529a9f9f2 /pkgs/applications/kde/k3b.nix
parentd2f5d37c7ab262c64a188fa968dfabb46601d4b6 (diff)
parentd4a33d75f2030abc5556ff2769cdc578bad316af (diff)
Merge staging into staging-next
Diffstat (limited to 'pkgs/applications/kde/k3b.nix')
-rw-r--r--pkgs/applications/kde/k3b.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/k3b.nix b/pkgs/applications/kde/k3b.nix
index 35d55787ec78b..cc9763961f851 100644
--- a/pkgs/applications/kde/k3b.nix
+++ b/pkgs/applications/kde/k3b.nix
@@ -8,7 +8,7 @@
 }:
 
 mkDerivation {
-  name = "k3b";
+  pname = "k3b";
   meta = with lib; {
     license = with licenses; [ gpl2Plus ];
     maintainers = with maintainers; [ sander phreedom ];