mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
distro: guile-1.8: Propagate GMP and Libtool.
* distro/base.scm (guile-1.8): Propagate GMP and Libtool.
This commit is contained in:
parent
a3d73f59e3
commit
6332da77f6
1 changed files with 6 additions and 3 deletions
|
@ -141,8 +141,11 @@ (define-public guile-1.8
|
|||
(inputs `(("patch/snarf"
|
||||
,(search-path %load-path "distro/guile-1.8-cpp-4.5.patch"))
|
||||
("gawk" ,gawk)
|
||||
("readline" ,(nixpkgs-derivation "readline"))
|
||||
("gmp" ,(nixpkgs-derivation "gmp"))
|
||||
("readline" ,(nixpkgs-derivation "readline"))))
|
||||
|
||||
;; Since `guile-1.8.pc' has "Libs: ... -lgmp -lltdl", these must be
|
||||
;; propagated.
|
||||
(propagated-inputs `(("gmp" ,(nixpkgs-derivation "gmp"))
|
||||
("libtool" ,(nixpkgs-derivation "libtool"))))
|
||||
|
||||
;; When cross-compiling, a native version of Guile itself is needed.
|
||||
|
|
Loading…
Reference in a new issue