somatic-sniper: disable parallel building

to fix non-deterministic failure
This commit is contained in:
Uli Baum 2018-08-03 08:27:41 +02:00
parent 3633a2bdd1
commit 052e4baf0a
1 changed files with 2 additions and 0 deletions

View File

@ -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;