diff --git a/bsc/mcxx/default.nix b/bsc/mcxx/default.nix index 0424b32..511ea1e 100644 --- a/bsc/mcxx/default.nix +++ b/bsc/mcxx/default.nix @@ -26,13 +26,6 @@ stdenv.mkDerivation rec { enableParallelBuilding = true; - # Use full path for the backend compilers - preConfigure = '' - export GCC=${gcc}/bin/gcc - export GXX=${gcc}/bin/g++ - export GFORTRAN=${gfortran}/bin/gfortran - ''; - buildInputs = [ autoreconfHook nanos6