~ruther/guix-local

83fef82b7c0f9b8c57e072281ef9d4518d854350 — Marius Bakke 8 years ago cda20ee
gnu: cubicle: Fix evaluation.

* gnu/packages/maths.scm (cubicle)[native-inputs]: Retrieve WHICH from
(gnu packages base).
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +1 -1
@@ 3212,7 3212,7 @@ theories} (SMT) solver.  It provides a C/C++ API.")
    (build-system gnu-build-system)
    (native-inputs
     `(("ocaml" ,ocaml)
       ("which" ,which)))
       ("which" ,(@@ (gnu packages base) which))))
    (propagated-inputs
     `(("z3" ,z3)))
    (arguments