about summary refs log tree commit diff
path: root/pkgs/development/interpreters/perl
diff options
context:
space:
mode:
authorEric Seidel <gridaphobe@gmail.com>2015-02-03 14:09:38 -0800
committerEric Seidel <gridaphobe@gmail.com>2015-02-03 14:31:04 -0800
commitdbf3d3172760b0f61569026d47f0fd3a9c814cfa (patch)
tree1559638c661d4222f885c4d1c1f2754c548ec613 /pkgs/development/interpreters/perl
parentebb8d03f96e3f1bf8491a3f74540d2cbb47da294 (diff)
downloadnixlib-dbf3d3172760b0f61569026d47f0fd3a9c814cfa.tar
nixlib-dbf3d3172760b0f61569026d47f0fd3a9c814cfa.tar.gz
nixlib-dbf3d3172760b0f61569026d47f0fd3a9c814cfa.tar.bz2
nixlib-dbf3d3172760b0f61569026d47f0fd3a9c814cfa.tar.lz
nixlib-dbf3d3172760b0f61569026d47f0fd3a9c814cfa.tar.xz
nixlib-dbf3d3172760b0f61569026d47f0fd3a9c814cfa.tar.zst
nixlib-dbf3d3172760b0f61569026d47f0fd3a9c814cfa.zip
make llvm-3.5 the default and remove references to gccApple
make perl be less dumb

revert change to release.nix
Diffstat (limited to 'pkgs/development/interpreters/perl')
-rw-r--r--pkgs/development/interpreters/perl/5.20/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/perl/5.20/default.nix b/pkgs/development/interpreters/perl/5.20/default.nix
index 4ec1f08f15d7..058b1776c666 100644
--- a/pkgs/development/interpreters/perl/5.20/default.nix
+++ b/pkgs/development/interpreters/perl/5.20/default.nix
@@ -66,6 +66,8 @@ stdenv.mkDerivation rec {
       ${optionalString stdenv.isArm ''
         configureFlagsArray=(-Dldflags="-lm -lrt")
       ''}
+    '' + optionalString stdenv.isDarwin ''
+      substituteInPlace hints/darwin.sh --replace "env MACOSX_DEPLOYMENT_TARGET=10.3" ""
     '';
 
   preBuild = optionalString (!(stdenv ? cc && stdenv.cc.nativeTools))