Commit bc23afe5 authored by John Ericson's avatar John Ericson
Browse files

gcc: Add build->build dep for C compilers

5 already had this, but I forgot the other versions.
parent 5b74540c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -229,6 +229,7 @@ stdenv.mkDerivation ({
  inherit noSysDirs profiledCompiler staticCompiler langJava
    libcCross crossMingw;

  depsBuildBuild = [ buildPackages.stdenv.cc ];
  nativeBuildInputs = [ texinfo which gettext ]
    ++ optional (perl != null) perl;

+1 −0
Original line number Diff line number Diff line
@@ -267,6 +267,7 @@ stdenv.mkDerivation ({
  inherit noSysDirs staticCompiler langJava
    libcCross crossMingw;

  depsBuildBuild = [ buildPackages.stdenv.cc ];
  nativeBuildInputs = [ texinfo which gettext ]
    ++ (optional (perl != null) perl)
    ++ (optional javaAwtGtk pkgconfig);
+1 −0
Original line number Diff line number Diff line
@@ -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);
+1 −0
Original line number Diff line number Diff line
@@ -276,6 +276,7 @@ stdenv.mkDerivation ({
  inherit noSysDirs staticCompiler langJava
    libcCross crossMingw;

  depsBuildBuild = [ buildPackages.stdenv.cc ];
  nativeBuildInputs = [ texinfo which gettext ]
    ++ (optional (perl != null) perl)
    ++ (optional javaAwtGtk pkgconfig);
+1 −0
Original line number Diff line number Diff line
@@ -273,6 +273,7 @@ stdenv.mkDerivation ({
  inherit noSysDirs staticCompiler langJava
    libcCross crossMingw;

  depsBuildBuild = [ buildPackages.stdenv.cc ];
  nativeBuildInputs = [ texinfo which gettext ]
    ++ (optional (perl != null) perl)
    ++ (optional javaAwtGtk pkgconfig);
Loading