gnu: xournalpp: Remove outdated comments.
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 16 Apr 2020 21:43:50 +0000 (23:43 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Thu, 16 Apr 2020 21:43:50 +0000 (23:43 +0200)
* gnu/packages/pdf.scm (xournalpp): Remove outdated comments.  This is
a followup to 9cb2f28c5a737576ec28099d69aa35ff687e7778.

gnu/packages/pdf.scm

index 39e41c7..f23f1e3 100644 (file)
@@ -844,11 +844,6 @@ using a stylus.")
        (modify-phases %standard-phases
          (add-after 'unpack 'fix-permissions-on-po-files
            (lambda _
-             ;; ;; Always generate translations.  A recent upstream patch
-             ;; ;; disabled it.
-             ;; (substitute* "po/CMakeLists.txt"
-             ;;   (("gettext_create_translations \\(\"\\$\\{potfile\\}\"\\)")
-             ;;    "gettext_create_translations (\"${potfile}\" ALL)"))
              ;; Make sure 'msgmerge' can modify the PO files.
              (for-each (lambda (po) (chmod po #o666))
                        (find-files "." "\\.po$"))