me
/
guix
Archived
1
0
Fork 0

gnu: icedtea-7: Use pem certificates.

This is a follow-up of: 287a8c9048.

* gnu/packages/java.scm (icedtea-7)[arguments]{install-keystore}: Use pem
certificates.
master
Mathieu Othacehe 2021-09-21 07:38:21 +00:00
parent 287a8c9048
commit baf8272d23
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -1640,7 +1640,7 @@ bootstrapping purposes.")
(setlocale LC_ALL "en_US.utf8")
(setenv "LC_ALL" "en_US.utf8")
(for-each import-cert (find-files certs-dir "\\.crt$"))
(for-each import-cert (find-files certs-dir "\\.pem$"))
(mkdir-p (string-append (assoc-ref outputs "out")
"/lib/security"))
(mkdir-p (string-append (assoc-ref outputs "jdk")