mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
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;
|
|
}
|