mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
distro: guile-1.8: Propagate GMP and Libtool.
* distro/base.scm (guile-1.8): Propagate GMP and Libtool.
This commit is contained in:
+6
-3
@@ -141,9 +141,12 @@ code.")
|
|||||||
(inputs `(("patch/snarf"
|
(inputs `(("patch/snarf"
|
||||||
,(search-path %load-path "distro/guile-1.8-cpp-4.5.patch"))
|
,(search-path %load-path "distro/guile-1.8-cpp-4.5.patch"))
|
||||||
("gawk" ,gawk)
|
("gawk" ,gawk)
|
||||||
("readline" ,(nixpkgs-derivation "readline"))
|
("readline" ,(nixpkgs-derivation "readline"))))
|
||||||
("gmp" ,(nixpkgs-derivation "gmp"))
|
|
||||||
("libtool" ,(nixpkgs-derivation "libtool"))))
|
;; 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.
|
;; When cross-compiling, a native version of Guile itself is needed.
|
||||||
(self-native-input? #t)
|
(self-native-input? #t)
|
||||||
|
|||||||
Reference in New Issue
Block a user