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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue