From ebceabff926ae4363977e6e8613e71c2a2c52005 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Tue, 5 Oct 2021 16:33:36 +1100 Subject: Note the need to wrap PDF-related binaries for Guix. --- guix-env.scm | 6 ++++++ 1 file changed, 6 insertions(+) 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") -- cgit v1.2.3