gnu: fxtract: Restrict to x86_64-linux.
* gnu/packages/bioinformatics.scm (fxtract)[supported-systems]: Restrict to x86_64-linux.
This commit is contained in:
parent
124df723a0
commit
afde1a264b
|
@ -2108,6 +2108,8 @@ basic tasks but can change to using POSIX regular expressions, PCRE, hash
|
|||
lookups or multi-pattern searching as required. By default fxtract looks in
|
||||
the sequence of each record but can also be told to look in the header,
|
||||
comment or quality sections.")
|
||||
;; 'util' requires SSE instructions.
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(license license:expat))))
|
||||
|
||||
(define-public grit
|
||||
|
|
Loading…
Reference in New Issue