gnu: fxtract: Restrict to x86_64-linux.

* gnu/packages/bioinformatics.scm (fxtract)[supported-systems]: Restrict to
  x86_64-linux.
This commit is contained in:
Ben Woodcroft 2016-08-03 21:22:02 +10:00
parent 124df723a0
commit afde1a264b
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 0 deletions

View File

@ -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