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