diff --git a/po/guix/Makevars b/po/guix/Makevars
index 691cc0b2af030381ecef881aab2fdfa85c37447c..87bb4384188f11cc28ef1366dd3290bb3398c056 100644
--- a/po/guix/Makevars
+++ b/po/guix/Makevars
@@ -8,13 +8,10 @@ top_builddir = ../..
 # These options get passed to xgettext.  We want to catch standard
 # gettext uses, and SRFI-35 error condition messages.
 XGETTEXT_OPTIONS =				\
-  --no-wrap					\
   --language=Scheme --from-code=UTF-8		\
   --keyword=_ --keyword=N_			\
   --keyword=message
 
-MSGMERGE_OPTIONS = --no-wrap
-
 COPYRIGHT_HOLDER = Ludovic Courtès
 
 MSGID_BUGS_ADDRESS = ludo@gnu.org
diff --git a/po/packages/Makevars b/po/packages/Makevars
index cf0eba5ed1e06fa70addad3300539a9a643b472e..1b4689b7c358b40d0b2a07d8d6ae75e44417bb8d 100644
--- a/po/packages/Makevars
+++ b/po/packages/Makevars
@@ -9,12 +9,9 @@ top_builddir = ../..
 # These options get passed to xgettext.  We want to catch exclusively package
 # synopses and descriptions.
 XGETTEXT_OPTIONS =				\
-  --no-wrap					\
   --language=Scheme --from-code=UTF-8		\
   --keyword=synopsis --keyword=description
 
-MSGMERGE_OPTIONS = --no-wrap
-
 COPYRIGHT_HOLDER = Ludovic Courtès
 
 MSGID_BUGS_ADDRESS = ludo@gnu.org