Commit e3de8a92 authored by Matthew Bauer's avatar Matthew Bauer
Browse files

boost: use correct c compiler for bootstrapping

we need a c compiler that runs on the build machine for boost to work
parent c86495c7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -135,7 +135,8 @@ stdenv.mkDerivation {

  enableParallelBuilding = true;

  nativeBuildInputs = [ which buildPackages.stdenv.cc ];
  nativeBuildInputs = [ which ];
  depsBuildBuild = [ buildPackages.stdenv.cc ];
  buildInputs = [ expat zlib bzip2 libiconv ]
    ++ optional (stdenv.hostPlatform == stdenv.buildPlatform) icu
    ++ optional stdenv.isDarwin fixDarwinDylibNames