diff options
-rw-r--r-- | guix-env.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/guix-env.scm b/guix-env.scm index efa04ef3..efe400ac 100644 --- a/guix-env.scm +++ b/guix-env.scm @@ -233,6 +233,12 @@ ("python-pygobject" ,python-pygobject) ;; PDF media. + ;; + ;; jgart suggests that we'll need to wrap the binaries used in + ;; mediagoblin/media_types/pdf/processing.py - pdftocairo, pdfinfo, and + ;; unoconv probably need to be wrapped to point to the executable that is + ;; in /gnu/store. See this issue for a similar discussion about wrapping + ;; binaries with guix: https://issues.guix.gnu.org/50833 ("poppler" ,poppler))) (home-page "https://mediagoblin.org/") (synopsis "Web application for media publishing") |