opensm: use native shell to run autogen.sh
This commit is contained in:
@@ -15,7 +15,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ rdma-core ];
|
buildInputs = [ rdma-core ];
|
||||||
|
|
||||||
preConfigure = "bash ./autogen.sh";
|
preConfigure = ''
|
||||||
|
patchShebangs ./autogen.sh
|
||||||
|
./autogen.sh
|
||||||
|
'';
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user