dd325103df
external binutils (i.e., Apple's cctools in /usr/bin). svn path=/nixpkgs/trunk/; revision=5706
7 lines
103 B
Nix
7 lines
103 B
Nix
{stdenv}:
|
|
|
|
stdenv.mkDerivation {
|
|
name = "native-darwin-cctools-wrapper";
|
|
builder = ./builder.sh;
|
|
}
|