julia03: fix evaluation on x86_64-darwin

This commit is contained in:
Thomas Tuegel 2015-06-13 08:33:51 -05:00
parent eb5b7a28c1
commit 5ee56b6424

View file

@ -127,10 +127,6 @@ stdenv.mkDerivation rec {
"-lz"
];
preConfigure = ''
export PATH="$PATH:${stdenv.cc.libc}/sbin"
'';
dontStrip = true;
dontPatchELF = true;