mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
svn path=/nixpkgs/branches/stdenv-updates/; revision=14979
This commit is contained in:
parent
eeed10ba8e
commit
f5ef461217
@ -179,7 +179,7 @@ rec {
|
||||
inherit (stdenvLinuxBoot2Pkgs) binutils;
|
||||
libc = stdenvLinuxGlibc;
|
||||
gcc = stdenvLinuxBoot2Pkgs.gcc.gcc;
|
||||
name = "gcc-wrapper";
|
||||
name = "";
|
||||
};
|
||||
inherit fetchurl;
|
||||
};
|
||||
@ -215,7 +215,7 @@ rec {
|
||||
libc = stdenvLinuxGlibc;
|
||||
gcc = stdenvLinuxBoot2Pkgs.gcc.gcc;
|
||||
shell = stdenvLinuxBoot3Pkgs.bash + "/bin/bash";
|
||||
name = "gcc-wrapper";
|
||||
name = "";
|
||||
};
|
||||
|
||||
shell = stdenvLinuxBoot3Pkgs.bash + "/bin/bash";
|
||||
|
Loading…
Reference in New Issue
Block a user