guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libjpeg-turbo: Fix typo.


From: Alex Kost
Subject: 01/01: gnu: libjpeg-turbo: Fix typo.
Date: Tue, 13 Dec 2016 16:58:08 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit bee075e7068c0bc7cfe5583fc56332d2560de106
Author: Alex Kost <address@hidden>
Date:   Tue Dec 13 19:52:13 2016 +0300

    gnu: libjpeg-turbo: Fix typo.
    
    This is a followup to commit e90a706e1686aaf3a1004683be8a3f3a4cbaf22e.
    
    * gnu/packages/image.scm (libjpeg-turbo): Remove extra "\".
---
 gnu/packages/image.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 7429e9b..487635d 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -1077,7 +1077,7 @@ PNG, and performs PNG integrity checks and corrections.")
            (lambda _
              (substitute* "simd/jsimd_mips.c"
                (("env = getenv\\(\"JSIMD_FORCEDSPR2")
-                "char *env = getenv\(\"JSIMD_FORCEDSPR2"))
+                "char *env = getenv(\"JSIMD_FORCEDSPR2"))
              #t)))))
     (home-page "http://www.libjpeg-turbo.org/";)
     (synopsis "SIMD-accelerated JPEG image handling library")



reply via email to

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