diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-08-03 21:22:02 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-08-03 21:22:02 +1000 |
commit | afde1a264b3c34a6ccd5ee44855cdc6824149284 (patch) | |
tree | 1880fb07e4ba7b88ab272592dd1fe0e88756704a /gnu | |
parent | 124df723a0150e968910e34d5e94023b18901d0c (diff) | |
download | patches-afde1a264b3c34a6ccd5ee44855cdc6824149284.tar patches-afde1a264b3c34a6ccd5ee44855cdc6824149284.tar.gz |
gnu: fxtract: Restrict to x86_64-linux.
* gnu/packages/bioinformatics.scm (fxtract)[supported-systems]: Restrict to
x86_64-linux.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 19282cfcf3..ee3e057460 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |