3
0
Fork 0
forked from mirrors/nixpkgs

sbcl_1_2_0: port over joelteon's change to 1.2.8

This commit is contained in:
John Wiegley 2015-02-12 15:05:06 -06:00
parent 25cc033426
commit 68c6ca44e6

View file

@ -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 = ''