me
/
guix
Archived
1
0
Fork 0

gnu: libproxy: Remove target condition from check phase.

* gnu/packages/networking.scm (libproxy)[phases]{check}: Remove target condition.
master
Maxim Cournoyer 2021-12-17 16:19:32 -05:00
parent 0fcfa1cdc0
commit 2fb54e94c3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 7 deletions

View File

@ -2247,13 +2247,9 @@ sockets in Perl.")
`(#:phases
(modify-phases %standard-phases
(replace 'check
;; TODO(core-updates): Make this unconditional.
,(if (%current-target-system)
'(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "ctest" "-E" "url-test")))
'(lambda _
(invoke "ctest" "-E" "url-test")))))))
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
(invoke "ctest" "-E" "url-test")))))))
(synopsis "Library providing automatic proxy configuration management")
(description "Libproxy handles the details of HTTP/HTTPS proxy
configuration for applications across all scenarios. Applications using