summary refs log tree commit diff
path: root/pkgs/applications/science/biology
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2018-08-04 15:17:42 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2018-08-04 15:17:42 +0300
commit008fd5fcf5f45c6478ccd3d52ec923052eccb932 (patch)
tree14d454f88bd0f02fe550ba5b68d987573e8820fc /pkgs/applications/science/biology
parent7a337cde318020a0f91702bfefee85a7b31be06f (diff)
parent20f1388c3fb7c1c56367fd96fd21cfd316f465b7 (diff)
downloadnixpkgs-008fd5fcf5f45c6478ccd3d52ec923052eccb932.tar
nixpkgs-008fd5fcf5f45c6478ccd3d52ec923052eccb932.tar.gz
nixpkgs-008fd5fcf5f45c6478ccd3d52ec923052eccb932.tar.bz2
nixpkgs-008fd5fcf5f45c6478ccd3d52ec923052eccb932.tar.lz
nixpkgs-008fd5fcf5f45c6478ccd3d52ec923052eccb932.tar.xz
nixpkgs-008fd5fcf5f45c6478ccd3d52ec923052eccb932.tar.zst
nixpkgs-008fd5fcf5f45c6478ccd3d52ec923052eccb932.zip
Merge remote-tracking branch 'upstream/master' into staging
Diffstat (limited to 'pkgs/applications/science/biology')
-rw-r--r--pkgs/applications/science/biology/somatic-sniper/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/science/biology/somatic-sniper/default.nix b/pkgs/applications/science/biology/somatic-sniper/default.nix
index adc8648c698..4bbd6a32003 100644
--- a/pkgs/applications/science/biology/somatic-sniper/default.nix
+++ b/pkgs/applications/science/biology/somatic-sniper/default.nix
@@ -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;