~ruther/guix-local

480d19e6e0499040c10399d0e07aa274d66aa5c0 — Andreas Enge 11 years ago df15d17
gnu: arb: Propagate input flint.

* gnu/packages/algebra.scm (arb): Propagate input flint.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +3 -2
@@ 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