Patch shebangs in ovni runners
This commit is contained in:
parent
41a93cd176
commit
5412e14dba
@ -38,6 +38,9 @@ in
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ovni";
|
pname = "ovni";
|
||||||
inherit (source) src version;
|
inherit (source) src version;
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs --build test/
|
||||||
|
'';
|
||||||
buildInputs = [ cmake mpi ];
|
buildInputs = [ cmake mpi ];
|
||||||
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
|
cmakeBuildType = if (enableDebug) then "Debug" else "Release";
|
||||||
cmakeFlags = [ "-DOVNI_GIT_COMMIT=${src.shortRev}" ];
|
cmakeFlags = [ "-DOVNI_GIT_COMMIT=${src.shortRev}" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user