gnu: nss-certs: Copy pem files.
* gnu/packages/certs.scm (nss-certs)[arguments]<#:phases>{install}: Copy pem files instead of crt files.
This commit is contained in:
parent
f87b987248
commit
287a8c9048
@ -164,9 +164,9 @@ that was originally contributed to Debian.")
|
|||||||
(call-with-output-file "blacklist.txt" (const #t)))
|
(call-with-output-file "blacklist.txt" (const #t)))
|
||||||
;; Extract selected single certificates from blob.
|
;; Extract selected single certificates from blob.
|
||||||
(invoke "certdata2pem")
|
(invoke "certdata2pem")
|
||||||
;; Copy .crt files into the output.
|
;; Copy .pem files into the output.
|
||||||
(for-each (cut install-file <> certsdir)
|
(for-each (cut install-file <> certsdir)
|
||||||
(find-files "." ".*\\.crt$")))
|
(find-files "." ".*\\.pem$")))
|
||||||
(invoke "openssl" "rehash" certsdir)))))))
|
(invoke "openssl" "rehash" certsdir)))))))
|
||||||
(synopsis "CA certificates from Mozilla")
|
(synopsis "CA certificates from Mozilla")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user