Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 5df94bfc66 - Show all commits

View File

@@ -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