about summary refs log tree commit diff
path: root/pkgs/development/compilers/chicken/4/chicken.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/chicken/4/chicken.nix')
-rw-r--r--pkgs/development/compilers/chicken/4/chicken.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/compilers/chicken/4/chicken.nix b/pkgs/development/compilers/chicken/4/chicken.nix
index ceeff56330b2..34512fc8ef05 100644
--- a/pkgs/development/compilers/chicken/4/chicken.nix
+++ b/pkgs/development/compilers/chicken/4/chicken.nix
@@ -11,7 +11,8 @@ let
   lib = stdenv.lib;
 in
 stdenv.mkDerivation {
-  name = "chicken-${version}";
+  pname = "chicken";
+  inherit version;
 
   binaryVersion = 8;