forked from mirrors/nixpkgs
Added note on package status for 64 bits
svn path=/nixpkgs/trunk/; revision=14090
This commit is contained in:
parent
1ff2661414
commit
7ba68d934f
|
@ -1,6 +1,11 @@
|
|||
{stdenv, fetchurl, cpio}:
|
||||
|
||||
# Note: you may want the older C-libs at ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/2008/Mar_17_2008/NCBI_C_Toolkit/ncbi_c--Mar_17_2008.tar.gz
|
||||
# The NCBI package only builds on 32bits - on 64bits it breaks because
|
||||
# of position dependent code. Debian packagers have written replacement
|
||||
# make files(!). Either we use these, or negotiate a version which can
|
||||
# be pushed upstream to NCBI.
|
||||
#
|
||||
# Another note: you may want the older and deprecated C-libs at ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools++/2008/Mar_17_2008/NCBI_C_Toolkit/ncbi_c--Mar_17_2008.tar.gz
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ncbi_tools";
|
||||
|
|
Loading…
Reference in a new issue