about summary refs log tree commit diff
path: root/pkgs/applications/kde/ark
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-12-24 17:05:07 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-26 05:24:26 -0600
commit8851c97ae9c1e28f7c3a24917d172ce520c7ed27 (patch)
tree44aaa9e39540a0400fc32bdef5d7aaf134dfedd0 /pkgs/applications/kde/ark
parent672e363795a0ea868b523e78fdbcc1fceae54178 (diff)
kdeApplications: fix derivation names
Diffstat (limited to 'pkgs/applications/kde/ark')
-rw-r--r--pkgs/applications/kde/ark/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/kde/ark/default.nix b/pkgs/applications/kde/ark/default.nix
index 76cc423f5460b..69a56254d65be 100644
--- a/pkgs/applications/kde/ark/default.nix
+++ b/pkgs/applications/kde/ark/default.nix
@@ -20,7 +20,7 @@ let
 in
 
 mkDerivation {
-  name = "ark";
+  pname = "ark";
   meta = {
     description = "Graphical file compression/decompression utility";
     license = with lib.licenses;