about summary refs log tree commit diff
path: root/pkgs/applications/emulators/c64-debugger/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/emulators/c64-debugger/default.nix')
-rw-r--r--pkgs/applications/emulators/c64-debugger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/c64-debugger/default.nix b/pkgs/applications/emulators/c64-debugger/default.nix
index fcd3a0aa9b527..ad0da506b4ffb 100644
--- a/pkgs/applications/emulators/c64-debugger/default.nix
+++ b/pkgs/applications/emulators/c64-debugger/default.nix
@@ -12,7 +12,7 @@
 }:
 
 stdenv.mkDerivation {
-  name = "c64-debugger";
+  pname = "c64-debugger";
   version = "0.64.58.6";
 
   src = fetchgit {