summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/scheme.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index bbd7ee7bfa..c38d4256af 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -1301,7 +1301,11 @@ Gerbil code within Emacs.")))
                                   "tests/hashbang.scm"
                                   "tests/theorem-rand.scm")))))
       #:test-target "test"))
-    (native-inputs (list pandoc which))
+    (native-inputs
+     (append (if (supported-package? pandoc)
+                 (list pandoc)
+                 '())
+             (list which)))
     (home-page "https://haltp.org/owl")
     (synopsis "Functional Scheme dialect")
     (description