gnu: libjpeg-turbo: Fix typo.
This is a followup to commit e90a706e16
.
* gnu/packages/image.scm (libjpeg-turbo): Remove extra "\".
This commit is contained in:
parent
1975ec69e7
commit
bee075e706
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue