Fix shebang in nanos6 master

Also perl is a new dependency now
This commit is contained in:
Rodrigo Arias 2020-11-03 19:08:19 +01:00
parent 6f60e3cab2
commit 11601703ce

View File

@ -4,6 +4,7 @@
, autoconf , autoconf
, libtool , libtool
, pkg-config , pkg-config
, perl
, numactl , numactl
, hwloc , hwloc
, papi , papi
@ -25,6 +26,10 @@ stdenv.mkDerivation rec {
ref = branch; ref = branch;
}; };
prePatch = ''
patchShebangs scripts/generate_config.sh
'';
enableParallelBuilding = true; enableParallelBuilding = true;
preConfigure = '' preConfigure = ''
@ -43,6 +48,7 @@ stdenv.mkDerivation rec {
automake automake
libtool libtool
pkg-config pkg-config
perl
boost boost
numactl numactl
hwloc hwloc