gnu: nss-certs: Use invoke.
* gnu/packages/certs.scm (nss-certs)[arguments]: Use invoke to detect errors while running 'certdata2pem.py'.
This commit is contained in:
parent
f050ebcfed
commit
dbf5b1186e
|
@ -121,7 +121,7 @@
|
||||||
(mkdir-p certsdir)
|
(mkdir-p certsdir)
|
||||||
(with-directory-excursion "nss/lib/ckfw/builtins/"
|
(with-directory-excursion "nss/lib/ckfw/builtins/"
|
||||||
;; extract single certificates from blob
|
;; extract single certificates from blob
|
||||||
(system* "certdata2pem.py" "certdata.txt")
|
(invoke "certdata2pem.py" "certdata.txt")
|
||||||
;; copy selected .pem files into the output
|
;; copy selected .pem files into the output
|
||||||
(for-each maybe-install-cert
|
(for-each maybe-install-cert
|
||||||
(find-files "." ".*\\.pem")))
|
(find-files "." ".*\\.pem")))
|
||||||
|
|
Loading…
Reference in New Issue