From 11601703ce5b923db6acd76ffef41d73cac773eb Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 3 Nov 2020 19:08:19 +0100 Subject: [PATCH] Fix shebang in nanos6 master Also perl is a new dependency now --- bsc/nanos6/git.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bsc/nanos6/git.nix b/bsc/nanos6/git.nix index 85fb128..a18936e 100644 --- a/bsc/nanos6/git.nix +++ b/bsc/nanos6/git.nix @@ -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