~ruther/guix-local

878c8f3f470030b51fb854a205a38df8417f1115 — Andreas Enge 10 years ago 47e0ba8
gnu: mpfrcx: Propagate inputs.

* gnu/packages/algebra.scm (mpfrcx): Propagate inputs gmp, mpfr and mpc.
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/algebra.scm
M gnu/packages/algebra.scm => gnu/packages/algebra.scm +4 -3
@@ 46,9 46,10 @@
             (base32
              "0grw66b255r574lvll1bqccm5myj2m8ajzsjaygcyq9zjnnbnhhy"))))
   (build-system gnu-build-system)
   (inputs `(("gmp" ,gmp)
             ("mpfr" ,mpfr)
             ("mpc"  ,mpc)))
   (propagated-inputs
     `(("gmp" ,gmp)
       ("mpfr" ,mpfr)
       ("mpc"  ,mpc))) ; Header files are included by mpfrcx.h.
   (synopsis "Arithmetic of polynomials over arbitrary precision numbers")
   (description
    "Mpfrcx is a library for the arithmetic of univariate polynomials over