somatic-sniper: disable parallel building
to fix non-deterministic failure
This commit is contained in:
parent
3633a2bdd1
commit
052e4baf0a
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ cmake zlib ncurses ];
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Identify single nucleotide positions that are different between tumor and normal";
|
||||
license = licenses.mit;
|
||||
|
|
Loading…
Reference in New Issue