diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-15 23:34:01 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-15 23:34:01 +0200 |
commit | 25cc3fe7032274f9cb6a6f584cd7190be33a40e1 (patch) | |
tree | 4362b9675083c42ed1d0683a8d468ed331ff18e1 /gnu-system.am | |
parent | 1f175851e6c2916e8bd61e79052094fa7274a3d0 (diff) | |
download | patches-25cc3fe7032274f9cb6a6f584cd7190be33a40e1.tar patches-25cc3fe7032274f9cb6a6f584cd7190be33a40e1.tar.gz |
gnu: gettext: Fix non-deterministic msgunfmt behavior.
Suggested by Alírio Eyng <alirioeyng@gmail.com>.
* gnu/packages/patches/gettext-msgunfmt.patch: New file.
* gnu/packages/gettext.scm (gnu-gettext)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add 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 3a34f5f746..ad9348fb9a 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -431,6 +431,7 @@ dist_patch_DATA = \ gnu/packages/patches/gcc-libvtv-runpath.patch \ gnu/packages/patches/gcc-5.0-libvtv-runpath.patch \ gnu/packages/patches/geoclue-config.patch \ + gnu/packages/patches/gettext-msgunfmt.patch \ gnu/packages/patches/ghostscript-runpath.patch \ gnu/packages/patches/gitolite-openssh-6.8-compat.patch \ gnu/packages/patches/glib-tests-desktop.patch \ |