[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: hisat: Remove invalid characters.
From: |
guix-commits |
Subject: |
06/08: gnu: hisat: Remove invalid characters. |
Date: |
Tue, 7 Dec 2021 05:51:23 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 9dc727f8271bc215057fbb299037ab039a24f3fa
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 11:45:22 2021 +0100
gnu: hisat: Remove invalid characters.
* gnu/packages/bioinformatics.scm (hisat)[arguments]: Remove curly quotes.
---
gnu/packages/bioinformatics.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f285b42..13e653b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4131,7 +4131,10 @@ estimates transcript expression.")
(("-DBUILD_TIME=.*") "-DBUILD_TIME=\"\\\"0\\\"\""))
(substitute* '("hisat-build" "hisat-inspect")
(("/usr/bin/env") (which "env")))
- #t))
+ ;; This "extended character" is not considered valid.
+ (substitute* "processor_support.h"
+ (("“") "\"")
+ (("”") "\""))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out") "/bin/")))
- branch core-updates-frozen updated (4afacd4 -> 06fca01), guix-commits, 2021/12/07
- 02/08: gnu: Remove pbtranscript-tofu., guix-commits, 2021/12/07
- 01/08: gnu: python-pyfit-sne: Update to 1.2.1., guix-commits, 2021/12/07
- 03/08: gnu: python-bx-python: Update to 0.8.12., guix-commits, 2021/12/07
- 04/08: gnu: Remove python2-bx-python., guix-commits, 2021/12/07
- 05/08: gnu: crossmap: Update to 0.6.1., guix-commits, 2021/12/07
- 06/08: gnu: hisat: Remove invalid characters.,
guix-commits <=
- 08/08: gnu: hisat: Update to 0.1.6., guix-commits, 2021/12/07
- 07/08: gnu: hisat: Remove trailing #T., guix-commits, 2021/12/07