···3636 export NIX_LDFLAGS+=" -no_dtrace_dof"
3737 '';
38383939- configureFlags = if stdenv.isDarwin then "--with-gcc=${../../haskell-modules/gcc-clang-wrapper.sh}"
3939+ configureFlags = if stdenv.isDarwin then "--with-gcc=${./gcc-clang-wrapper.sh}"
4040 else "--with-gcc=${stdenv.cc}/bin/gcc";
41414242 # required, because otherwise all symbols from HSffi.o are stripped, and
+1-1
pkgs/development/compilers/ghc/7.6.3.nix
···5252 export NIX_LDFLAGS+=" -no_dtrace_dof"
5353 '';
54545555- configureFlags = if stdenv.isDarwin then "--with-gcc=${../../haskell-modules/gcc-clang-wrapper.sh}"
5555+ configureFlags = if stdenv.isDarwin then "--with-gcc=${./gcc-clang-wrapper.sh}"
5656 else "--with-gcc=${stdenv.cc}/bin/gcc";
57575858 postInstall = ''