diff options
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 41f893e817c..5761ce0080a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -16396,14 +16396,14 @@ browser.") | |||
| 16396 | (arguments | 16396 | (arguments |
| 16397 | (list | 16397 | (list |
| 16398 | #:tests? #f | 16398 | #:tests? #f |
| 16399 | #:make-flags | ||
| 16400 | #~(list "CXXFLAGS=-std=c++11 -c -O2") | ||
| 16399 | #:phases | 16401 | #:phases |
| 16400 | #~(modify-phases %standard-phases | 16402 | #~(modify-phases %standard-phases |
| 16401 | (delete 'configure) | 16403 | (delete 'configure) |
| 16402 | (replace 'install | 16404 | (replace 'install |
| 16403 | (lambda _ | 16405 | (lambda _ |
| 16404 | (install-file "skewer" (string-append #$output "/bin"))))))) | 16406 | (install-file "skewer" (string-append #$output "/bin"))))))) |
| 16405 | ;; XXX Fails to build with GCC 11. | ||
| 16406 | (native-inputs (list gcc-10)) | ||
| 16407 | (home-page "https://github.com/relipmoc/skewer") | 16407 | (home-page "https://github.com/relipmoc/skewer") |
| 16408 | (synopsis "Bit-masked k-difference matching") | 16408 | (synopsis "Bit-masked k-difference matching") |
| 16409 | (description "Skewer implements the bit-masked k-difference matching | 16409 | (description "Skewer implements the bit-masked k-difference matching |
