gcc: Add build->build dep for C compilers

5 already had this, but I forgot the other versions.
This commit is contained in:
John Ericson
2017-12-30 22:04:21 -05:00
parent 5b74540c5b
commit bc23afe5c7
6 changed files with 6 additions and 0 deletions
@@ -262,6 +262,7 @@ stdenv.mkDerivation ({
inherit noSysDirs staticCompiler langJava
libcCross crossMingw;
depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [ texinfo which gettext ]
++ (optional (perl != null) perl)
++ (optional javaAwtGtk pkgconfig);