[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/17: gnu: liboauth: Use C unicode locale in tests.
From: |
guix-commits |
Subject: |
08/17: gnu: liboauth: Use C unicode locale in tests. |
Date: |
Thu, 18 Jan 2024 07:58:11 -0500 (EST) |
jpoiret pushed a commit to branch core-updates
in repository guix.
commit 45b8f62e5d35bcb331f33608b6eb120386fbd4ab
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Jan 12 11:12:52 2024 +0100
gnu: liboauth: Use C unicode locale in tests.
* gnu/packages/web.scm (liboauth): Use C unicode locale in tests.
Change-Id: I1ff7da64912fbba5ae427f77b912dd9dff4e239a
---
gnu/packages/web.scm | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 081de9fc18..9c9a46d468 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -2079,7 +2079,16 @@ changes, and much more.")
(base32
"07w1aq8y8wld43wmbk2q8134p3bfkp2vma78mmsfgw2jn1bh3xhd"))))
(build-system gnu-build-system)
- (arguments '(#:configure-flags '("--enable-nss")))
+ (arguments
+ (list
+ #:configure-flags ''("--enable-nss")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'use-C-unicode-locale
+ (lambda _
+ (substitute* "tests/commontest.c"
+ (("en_US\\.UTF-8")
+ "C.UTF-8")))))))
(native-inputs (list pkg-config))
(propagated-inputs
(list curl nss))
- branch core-updates updated (ed07002906 -> a5735488d3), guix-commits, 2024/01/18
- 01/17: gnu: sway: Fix build with newer libinput., guix-commits, 2024/01/18
- 02/17: gnu: zig: Remove unneeded librt patch., guix-commits, 2024/01/18
- 08/17: gnu: liboauth: Use C unicode locale in tests.,
guix-commits <=
- 07/17: gnu: glib: Fix build with glibc 2.38., guix-commits, 2024/01/18
- 03/17: gnu: gpgme: Hardcode gpg binaries' location., guix-commits, 2024/01/18
- 05/17: gnu: docbook2x: Fix build., guix-commits, 2024/01/18
- 04/17: gnu: glib-networking: Disable broken TLS1.2 test., guix-commits, 2024/01/18
- 13/17: gnu: parted: Use C.UTF-8 for Unicode tests., guix-commits, 2024/01/18
- 15/17: gnu: ffmpeg-4: Fix build with binutils ≥ 2.41., guix-commits, 2024/01/18
- 09/17: gnu: python-pillow: Fix build with zlib 1.3., guix-commits, 2024/01/18
- 06/17: gnu: flite: Disable parallel build., guix-commits, 2024/01/18
- 16/17: gnu: python-matplotlib: Fix flaky Legend loc test., guix-commits, 2024/01/18
- 17/17: gnu: evolution-data-server: Use C.UTF-8 locale in test., guix-commits, 2024/01/18