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

View file

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