me
/
guix
Archived
1
0
Fork 0

gnu: gcc-final: Add Texinfo as an input.

* gnu/packages/base.scm (gcc-final)[native-inputs]: New field.
master
Ludovic Courtès 2014-04-13 23:21:58 +02:00
parent a6ac9ca6a5
commit 4eb202a3d8
1 changed files with 4 additions and 0 deletions

View File

@ -1002,6 +1002,10 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
((#:phases phases)
`(alist-delete 'symlink-libgcc_eh ,phases)))))
;; This time we want Texinfo, so we get the manual.
(native-inputs `(("texinfo" ,texinfo-boot0)
,@(package-native-inputs gcc-boot0)))
(inputs `(("gmp-source" ,(package-source gmp))
("mpfr-source" ,(package-source mpfr))
("mpc-source" ,(package-source mpc))