mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
julia03: fix evaluation on x86_64-darwin
This commit is contained in:
parent
eb5b7a28c1
commit
5ee56b6424
@ -127,10 +127,6 @@ stdenv.mkDerivation rec {
|
||||
"-lz"
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
export PATH="$PATH:${stdenv.cc.libc}/sbin"
|
||||
'';
|
||||
|
||||
dontStrip = true;
|
||||
dontPatchELF = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user