about summary refs log tree commit diff
path: root/pkgs/development/compilers/sbcl/1.2.0.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-13 22:17:12 +0100
committerPeter Simons <simons@cryp.to>2015-02-13 22:17:12 +0100
commit600135bba506ae93bf418cc484b3d9953a37f9de (patch)
tree5c0a8fabe2b1964c370d659b477685600095e521 /pkgs/development/compilers/sbcl/1.2.0.nix
parent7a1d132db9508d9831766da5b012d3d55e8c37c1 (diff)
parent54ce1a1810454aa24381d6c8370e48706ee48312 (diff)
downloadnixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.gz
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.bz2
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.lz
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.xz
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.tar.zst
nixlib-600135bba506ae93bf418cc484b3d9953a37f9de.zip
Merge remote-tracking branch 'master' into staging.
Diffstat (limited to 'pkgs/development/compilers/sbcl/1.2.0.nix')
-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 a12e8c5ae9da..d19edce2c105 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 = ''