about summary refs log tree commit diff
path: root/pkgs/misc/emulators/cdemu/daemon.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/misc/emulators/cdemu/daemon.nix')
-rw-r--r--pkgs/misc/emulators/cdemu/daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/emulators/cdemu/daemon.nix b/pkgs/misc/emulators/cdemu/daemon.nix
index 4fc3ea211993b..3df9e4ad5437f 100644
--- a/pkgs/misc/emulators/cdemu/daemon.nix
+++ b/pkgs/misc/emulators/cdemu/daemon.nix
@@ -1,7 +1,7 @@
 { callPackage, glib, libao, intltool, libmirage }:
 let pkg = import ./base.nix {
   version = "3.2.5";
-  pkgName = "cdemu-daemon";
+  pname = "cdemu-daemon";
   pkgSha256 = "16g6fv1lxkdmbsy6zh5sj54dvgwvm900fd18aq609yg8jnqm644d";
 };
 in callPackage pkg {