mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: bigloo: Propagate GMP.
* gnu/packages/scheme.scm (bigloo): Propagate GMP.
This commit is contained in:
parent
87d836b2c9
commit
10879c4ea1
1 changed files with 3 additions and 2 deletions
|
@ -151,9 +151,10 @@ (define-public bigloo
|
||||||
(("/bin/mv") (which "mv"))))
|
(("/bin/mv") (which "mv"))))
|
||||||
%standard-phases))))
|
%standard-phases))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gmp" ,gmp)
|
`(("emacs" ,emacs)
|
||||||
("emacs" ,emacs)
|
|
||||||
("patch/shebangs" ,(search-patch "bigloo-gc-shebangs.patch"))))
|
("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/")
|
(home-page "http://www-sop.inria.fr/indes/fp/Bigloo/")
|
||||||
(synopsis "Bigloo, an efficient Scheme compiler")
|
(synopsis "Bigloo, an efficient Scheme compiler")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue