summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/scheme.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 7591813dfb..4ab6e32d64 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -151,9 +151,10 @@ development cycle.")
                       (("/bin/mv") (which "mv"))))
                   %standard-phases))))
     (inputs
-     `(("gmp" ,gmp)
-       ("emacs" ,emacs)
+     `(("emacs" ,emacs)
        ("patch/shebangs" ,(search-patch "bigloo-gc-shebangs.patch"))))
+    (propagated-inputs
+     `(("gmp" ,gmp)))                             ; bigloo.h refers to gmp.h
     (home-page "http://www-sop.inria.fr/indes/fp/Bigloo/")
     (synopsis "Bigloo, an efficient Scheme compiler")
     (description