gnu: icedtea@3.5.0: Properly handle decoding error while substituting.

* gnu/packages/java.scm (icedtea-8)[arguments] <patch-jni-libs>: Change
'encoding-error to 'decoding-error, which is what Guile 2.2 raises when
failing to decode an input file.
This commit is contained in:
Ludovic Courtès 2017-08-03 22:46:14 +02:00
parent aa9780daf9
commit c8737b1e41
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1602,7 +1602,7 @@ (define-public icedtea-8
(string-append "lib" name ".so")))))
(for-each
(lambda (file)
(catch 'encoding-error
(catch 'decoding-error
(lambda ()
(substitute* file
(("VERSIONED_JNI_LIB_NAME\\(\"(.*)\", \"(.*)\"\\)"