gnu: bless: Build only for x86_64.
* gnu/packages/bioinformatics.scm (bless): Add supported-systems field.
This commit is contained in:
parent
0536727efe
commit
9641a89957
|
@ -595,6 +595,7 @@ confidence to have in an alignment.")
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
("pigz" ,pigz)
|
("pigz" ,pigz)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
(supported-systems '("x86_64-linux"))
|
||||||
(home-page "http://sourceforge.net/p/bless-ec/wiki/Home/")
|
(home-page "http://sourceforge.net/p/bless-ec/wiki/Home/")
|
||||||
(synopsis "Bloom-filter-based error correction tool for NGS reads")
|
(synopsis "Bloom-filter-based error correction tool for NGS reads")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue