mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
287a8c9048
commit
baf8272d23
1 changed files with 1 additions and 1 deletions
|
@ -1640,7 +1640,7 @@ (define (import-cert cert)
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue