aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-10-05 16:33:36 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-10-05 16:33:36 +1100
commitebceabff926ae4363977e6e8613e71c2a2c52005 (patch)
treeb04a03dd8e5ffc9ecbf46e19a85070b8a1dff81c
parentc3000447204e557027dd6a95dc818b98dcf53239 (diff)
downloadmediagoblin-ebceabff926ae4363977e6e8613e71c2a2c52005.tar.lz
mediagoblin-ebceabff926ae4363977e6e8613e71c2a2c52005.tar.xz
mediagoblin-ebceabff926ae4363977e6e8613e71c2a2c52005.zip
Note the need to wrap PDF-related binaries for Guix.
-rw-r--r--guix-env.scm6
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")