gnu: xournalpp: Remove outdated comments.
* gnu/packages/pdf.scm (xournalpp): Remove outdated comments. This is
a followup to 9cb2f28c5a
.
master
parent
c9f321e52a
commit
91fb989f10
|
@ -844,11 +844,6 @@ using a stylus.")
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-permissions-on-po-files
|
(add-after 'unpack 'fix-permissions-on-po-files
|
||||||
(lambda _
|
(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.
|
;; Make sure 'msgmerge' can modify the PO files.
|
||||||
(for-each (lambda (po) (chmod po #o666))
|
(for-each (lambda (po) (chmod po #o666))
|
||||||
(find-files "." "\\.po$"))
|
(find-files "." "\\.po$"))
|
||||||
|
|
Reference in New Issue