* Doh!
svn path=/nixpkgs/trunk/; revision=5708
This commit is contained in:
parent
dd325103df
commit
bf7ca59eaa
@ -13,7 +13,7 @@ import ../generic {
|
|||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
binutils =
|
binutils =
|
||||||
if stdenv.system == "i686-darwin" || stdenv.system == "powerpc-darwin" then
|
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
|
else
|
||||||
pkgs.binutils;
|
pkgs.binutils;
|
||||||
gcc = pkgs.gcc.gcc;
|
gcc = pkgs.gcc.gcc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user