aboutsummaryrefslogtreecommitdiff
path: root/tests/http-client.scm
diff options
context:
space:
mode:
authorSébastien Lerique <sl@eauchat.org>2022-03-27 22:00:04 +0900
committerEfraim Flashner <efraim@flashner.co.il>2022-03-31 18:57:05 +0300
commitfc94e93c4b60addfda3c1eddfb85907e9459a8af (patch)
treedf6d5c0cc5477dc86334967ede6e212bd342d607 /tests/http-client.scm
parent89f3275ff5ecd3b3e95c9b66821a8541e0da2269 (diff)
downloadguix-fc94e93c4b60addfda3c1eddfb85907e9459a8af.tar.gz
guix-fc94e93c4b60addfda3c1eddfb85907e9459a8af.zip
gnu: libfido2: Fix cross-compilation.
* gnu/packages/security-token.scm (libfido2)[arguments]: Set the PKG_CONFIG_EXECUTABLE variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'tests/http-client.scm')
0 files changed, 0 insertions, 0 deletions
b447321dc60'>records: Support field sanitizers....* guix/records.scm (make-syntactic-constructor): Add #:sanitizers. [field-sanitizer]: New procedure. [wrap-field-value]: Honor F's sanitizer. (define-record-type*)[field-sanitizer]: New procedure. Pass #:sanitizer to 'make-syntactic-constructor'. * tests/records.scm ("define-record-type* & sanitize") ("define-record-type* & sanitize & thunked"): New tests. Ludovic Courtès 2021-04-29diagnostics, ui: Adjust to 'read-error' and 'syntax-error' in Guile 3.0.6....* guix/diagnostics.scm (source-properties->location): Add clause for vectors. * guix/ui.scm (report-load-error): Tweak 'read-error' handling for 3.0.6. * tests/guix-package.sh: Relax regexp for the "unbound variable" diagnostic check. * tests/guix-system.sh: Adjust "missing closing paren" check for 3.0.6. * tests/records.scm (location-alist): New procedure. ("define-record-type* & wrong field specifier") ("define-record-type* & wrong field specifier, identifier") ("define-record-type* & duplicate initializers"): Use it. Ludovic Courtès