gettext: add patch to fix --for-msgfmt

Fix behaviour of --for-msgfmt on PO files with no translations.
This commit is contained in:
Frederik Rietdijk
2019-11-13 13:58:14 +01:00
parent aaad7cafc2
commit afd716fcda
2 changed files with 83 additions and 0 deletions
@@ -10,6 +10,7 @@ stdenv.mkDerivation rec {
};
patches = [
./absolute-paths.diff
./gettext.git-2336451ed68d91ff4b5ae1acbc1eca30e47a86a9.patch
];
outputs = [ "out" "man" "doc" "info" ];