mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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
1 changed files with 1 additions and 0 deletions
|
@ -595,6 +595,7 @@ (define-public bless
|
|||
("boost" ,boost)
|
||||
("pigz" ,pigz)
|
||||
("zlib" ,zlib)))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(home-page "http://sourceforge.net/p/bless-ec/wiki/Home/")
|
||||
(synopsis "Bloom-filter-based error correction tool for NGS reads")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue