diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-16 17:17:57 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-16 17:18:47 +0200 |
commit | eb705bb3f77eeca38697dac89324d15c22d89f38 (patch) | |
tree | ded1120f577454851dd0da0e128786a8978f2ac3 /gnu-system.am | |
parent | b344c505f4dff2ecbe981f0a0a3c3d67b222dcca (diff) | |
download | guix-eb705bb3f77eeca38697dac89324d15c22d89f38.tar guix-eb705bb3f77eeca38697dac89324d15c22d89f38.tar.gz |
gnu: icu4c: Fix failing test.
* gnu/packages/patches/icu4c-test-date-format.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/icu4c.scm (icu4c)[source]: Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 653b99a93d..1e912db230 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -314,6 +314,7 @@ dist_patch_DATA = \ gnu/packages/patches/guix-test-networking.patch \ gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \ gnu/packages/patches/hop-bigloo-4.0b.patch \ + gnu/packages/patches/icu4c-test-date-format.patch \ gnu/packages/patches/inkscape-stray-comma.patch \ gnu/packages/patches/libevent-dns-tests.patch \ gnu/packages/patches/libffi-mips-n32-fix.patch \ |