gnu: libproxy: Remove target condition from check phase.
* gnu/packages/networking.scm (libproxy)[phases]{check}: Remove target condition.
This commit is contained in:
parent
0fcfa1cdc0
commit
2fb54e94c3
@ -2247,12 +2247,8 @@ sockets in Perl.")
|
|||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
;; TODO(core-updates): Make this unconditional.
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
,(if (%current-target-system)
|
|
||||||
'(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "ctest" "-E" "url-test")))
|
|
||||||
'(lambda _
|
|
||||||
(invoke "ctest" "-E" "url-test")))))))
|
(invoke "ctest" "-E" "url-test")))))))
|
||||||
(synopsis "Library providing automatic proxy configuration management")
|
(synopsis "Library providing automatic proxy configuration management")
|
||||||
(description "Libproxy handles the details of HTTP/HTTPS proxy
|
(description "Libproxy handles the details of HTTP/HTTPS proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user