gnu: nss: Use invoke.

* gnu/packages/gnuzilla.scm (nss)[arguments]: Use invoke in the check phase.
master
Mark H Weaver 2018-03-23 03:23:15 -04:00
parent 4792cc8672
commit f050ebcfed
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ in the Mozilla clients.")
(setenv "DOMSUF" "(none)")
(setenv "USE_IP" "TRUE")
(setenv "IP_ADDRESS" "127.0.0.1")
(zero? (system* "./nss/tests/all.sh"))))
(invoke "./nss/tests/all.sh")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))