summary refs log tree commit diff
path: root/pkgs/development/compilers/cmucl/binary.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/compilers/cmucl/binary.nix')
-rw-r--r--pkgs/development/compilers/cmucl/binary.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/cmucl/binary.nix b/pkgs/development/compilers/cmucl/binary.nix
index 2833c5378c1d..9e3184c42eb2 100644
--- a/pkgs/development/compilers/cmucl/binary.nix
+++ b/pkgs/development/compilers/cmucl/binary.nix
@@ -1,7 +1,7 @@
 {stdenv, fetchurl}:
 
 let
-  inherit (stdenv) system;
+  inherit (stdenv.hostPlatform) system;
   version = "21b";
   downloadUrl = arch:
     "http://common-lisp.net/project/cmucl/downloads/release/" +