forked from mirrors/nixpkgs
opensm: use native shell to run autogen.sh
This commit is contained in:
parent
ced5563056
commit
e6c947ad70
|
@ -15,7 +15,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ rdma-core ];
|
||||
|
||||
preConfigure = "bash ./autogen.sh";
|
||||
preConfigure = ''
|
||||
patchShebangs ./autogen.sh
|
||||
./autogen.sh
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue