Lower priority of this package because of zlib.so conflict

svn path=/nixpkgs/trunk/; revision=12945
This commit is contained in:
Pjotr Prins 2008-10-05 08:42:40 +00:00
parent bdc54592c7
commit df1e47822b

View File

@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
longDescription = ''The NCBI Bioinformatics toolsbox, including command-line utilties, libraries and include files. No X11 support (at this point).'';
homepage = http://www.ncbi.nlm.nih.gov/IEB/ToolBox/;
license = "GPL";
priority = "5"; # zlib.so gives a conflict with zlib
};
}