summary refs log tree commit diff
path: root/pkgs/applications/science/biology/paml/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2019-10-12 00:50:21 +0200
committerJan Tojnar <jtojnar@gmail.com>2019-10-12 00:50:21 +0200
commit6c8aed6391a5e9f69cb59792aed58c5f33650275 (patch)
tree29bdc77cfbcf01a583c7600f9df3426abe5f1e6d /pkgs/applications/science/biology/paml/default.nix
parenta0c34f54cc61dc20ae1ec91766b9efad102f5b36 (diff)
parent8b57a7573c04cc02b86228bc263afe16bc3fe748 (diff)
downloadnixpkgs-6c8aed6391a5e9f69cb59792aed58c5f33650275.tar
nixpkgs-6c8aed6391a5e9f69cb59792aed58c5f33650275.tar.gz
nixpkgs-6c8aed6391a5e9f69cb59792aed58c5f33650275.tar.bz2
nixpkgs-6c8aed6391a5e9f69cb59792aed58c5f33650275.tar.lz
nixpkgs-6c8aed6391a5e9f69cb59792aed58c5f33650275.tar.xz
nixpkgs-6c8aed6391a5e9f69cb59792aed58c5f33650275.tar.zst
nixpkgs-6c8aed6391a5e9f69cb59792aed58c5f33650275.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/applications/science/biology/paml/default.nix')
-rw-r--r--pkgs/applications/science/biology/paml/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/science/biology/paml/default.nix b/pkgs/applications/science/biology/paml/default.nix
index 161188f7ef1..fe6919656d9 100644
--- a/pkgs/applications/science/biology/paml/default.nix
+++ b/pkgs/applications/science/biology/paml/default.nix
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
     longDescription = ''PAML is a package of programs for phylogenetic analyses of DNA or protein sequences using maximum likelihood. It is maintained and distributed for academic use free of charge by Ziheng Yang. ANSI C source codes are distributed for UNIX/Linux/Mac OSX, and executables are provided for MS Windows. PAML is not good for tree making. It may be used to estimate parameters and test hypotheses to study the evolutionary process, when you have reconstructed trees using other programs such as PAUP*, PHYLIP, MOLPHY, PhyML, RaxML, etc.'';
     license     = "non-commercial";
     homepage    = http://abacus.gene.ucl.ac.uk/software/paml.html;
+    broken = true;
   };
 }