summary refs log tree commit diff
path: root/pkgs/development/compilers/sbcl
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-02-12 15:05:06 -0600
committerJohn Wiegley <johnw@newartisans.com>2015-02-12 15:05:37 -0600
commit68c6ca44e6cf2f2a28b6d409ab4df8ae1983edb5 (patch)
tree9d19bb5bd2accc121ffa522ec1466d846296385d /pkgs/development/compilers/sbcl
parent25cc033426f35dd65e1c3f8044cde23f0eaf20bb (diff)
downloadnixpkgs-68c6ca44e6cf2f2a28b6d409ab4df8ae1983edb5.tar
nixpkgs-68c6ca44e6cf2f2a28b6d409ab4df8ae1983edb5.tar.gz
nixpkgs-68c6ca44e6cf2f2a28b6d409ab4df8ae1983edb5.tar.bz2
nixpkgs-68c6ca44e6cf2f2a28b6d409ab4df8ae1983edb5.tar.lz
nixpkgs-68c6ca44e6cf2f2a28b6d409ab4df8ae1983edb5.tar.xz
nixpkgs-68c6ca44e6cf2f2a28b6d409ab4df8ae1983edb5.tar.zst
nixpkgs-68c6ca44e6cf2f2a28b6d409ab4df8ae1983edb5.zip
sbcl_1_2_0: port over joelteon's change to 1.2.8
Diffstat (limited to 'pkgs/development/compilers/sbcl')
-rw-r--r--pkgs/development/compilers/sbcl/1.2.0.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/compilers/sbcl/1.2.0.nix b/pkgs/development/compilers/sbcl/1.2.0.nix
index a12e8c5ae9d..d19edce2c10 100644
--- a/pkgs/development/compilers/sbcl/1.2.0.nix
+++ b/pkgs/development/compilers/sbcl/1.2.0.nix
@@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
 
     # Use whatever `cc` the stdenv provides
     substituteInPlace src/runtime/Config.x86-64-darwin --replace gcc cc
+
+    substituteInPlace src/runtime/Config.x86-64-darwin \
+      --replace mmacosx-version-min=10.4 mmacosx-version-min=10.5
   '';
 
   preBuild = ''