summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-04-16 23:43:50 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-04-16 23:43:50 +0200
commit91fb989f105691a3c0b713c710bd9b27d4def4fc (patch)
tree9f37394d938c9702bfee7590109eb697dcde5738
parentc9f321e52a99dea93fcc099372ea0167150b9aac (diff)
downloadpatches-91fb989f105691a3c0b713c710bd9b27d4def4fc.tar
patches-91fb989f105691a3c0b713c710bd9b27d4def4fc.tar.gz
gnu: xournalpp: Remove outdated comments.
* gnu/packages/pdf.scm (xournalpp): Remove outdated comments. This is a followup to 9cb2f28c5a737576ec28099d69aa35ff687e7778.
-rw-r--r--gnu/packages/pdf.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 39e41c7f1b..f23f1e34e3 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -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$"))