gnu: netpbm: Fix a hard-coded path.
Fixes <https://bugs.gnu.org/24735>. * gnu/packages/netpbm.scm (netpbm)[arguments]: Patch a path in the 'configure' phase.master
parent
c7cf43ddec
commit
344e0f5621
|
@ -135,7 +135,9 @@
|
||||||
;; 'gsc', so look for that instead.
|
;; 'gsc', so look for that instead.
|
||||||
(substitute* "converter/other/pstopnm.c"
|
(substitute* "converter/other/pstopnm.c"
|
||||||
(("\"%s/gs\"")
|
(("\"%s/gs\"")
|
||||||
"\"%s/gsc\"")))
|
"\"%s/gsc\"")
|
||||||
|
(("/usr/bin/gs")
|
||||||
|
(string-append (assoc-ref inputs "ghostscript") "/bin/gsc"))))
|
||||||
#t))
|
#t))
|
||||||
(add-before 'check 'setup-check
|
(add-before 'check 'setup-check
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Reference in New Issue