gnu: arb: Propagate input flint.

* gnu/packages/algebra.scm (arb): Propagate input flint.
master
Andreas Enge 2015-03-20 16:49:30 +01:00
parent df15d17d8d
commit 480d19e6e0
1 changed files with 3 additions and 2 deletions

View File

@ -219,9 +219,10 @@ fast arithmetic.")
(sha256 (base32
"0a8cgzznkmr59ngj4di9a37b5h4i00gbnixnxlwd34bcbflvjzyr"))))
(build-system gnu-build-system)
(propagated-inputs
`(("flint" ,flint))) ; flint.h is included by arf.h
(inputs
`(("flint" ,flint)
("gmp" ,gmp)
`(("gmp" ,gmp)
("mpfr" ,mpfr)))
(arguments
`(#:phases