gnu: cubicle: Fix evaluation.
* gnu/packages/maths.scm (cubicle)[native-inputs]: Retrieve WHICH from (gnu packages base).
This commit is contained in:
parent
cda20ee816
commit
83fef82b7c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue