buildFHSEnv: don't link GCC compiler part

This commit is contained in:
Nikolay Amiantov 2016-06-05 16:12:25 +03:00
parent 74107a7867
commit 8d9e5d297d
1 changed files with 2 additions and 2 deletions

View File

@ -39,12 +39,12 @@ let
# builds. # builds.
basePkgs = with pkgs; basePkgs = with pkgs;
[ (if isMultiBuild then glibc_multi else glibc) [ (if isMultiBuild then glibc_multi else glibc)
gcc.cc.lib bashInteractive coreutils less shadow su (toString gcc.cc.lib) bashInteractive coreutils less shadow su
gawk diffutils findutils gnused gnugrep gawk diffutils findutils gnused gnugrep
gnutar gzip bzip2 xz glibcLocales gnutar gzip bzip2 xz glibcLocales
]; ];
baseMultiPkgs = with pkgsi686Linux; baseMultiPkgs = with pkgsi686Linux;
[ gcc.cc.lib [ (toString gcc.cc.lib)
]; ];
etcProfile = writeText "profile" '' etcProfile = writeText "profile" ''