mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
* Doh!
svn path=/nixpkgs/trunk/; revision=5708
This commit is contained in:
parent
dd325103df
commit
bf7ca59eaa
@ -13,7 +13,7 @@ import ../generic {
|
||||
inherit stdenv;
|
||||
binutils =
|
||||
if stdenv.system == "i686-darwin" || stdenv.system == "powerpc-darwin" then
|
||||
import ../../build-support/native-darwin-cctools-wrapper {inherit stdenv;};
|
||||
import ../../build-support/native-darwin-cctools-wrapper {inherit stdenv;}
|
||||
else
|
||||
pkgs.binutils;
|
||||
gcc = pkgs.gcc.gcc;
|
||||
|
Loading…
Reference in New Issue
Block a user