mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -2108,6 +2108,8 @@ (define-public fxtract
|
|||
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 a new issue