guix-commits
[Top][All Lists]
Advanced

[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/")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]