gnu: ocaml-ppx-expect: Disable tests.
Tests require a package that would cause a cyclic dependency after removing test-target. * gnu/packages/ocaml.scm (ocaml-ppx-expect): Disable tests. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
		
							parent
							
								
									386ad7d8d1
								
							
						
					
					
						commit
						2a08065b05
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -7043,6 +7043,9 @@ useful errors on failure.") | ||||||
|         (base32 |         (base32 | ||||||
|          "134dl5qhjxsj2mcmrx9f3m0iys0n5mjfpz9flj8zn8d2jir43776")))) |          "134dl5qhjxsj2mcmrx9f3m0iys0n5mjfpz9flj8zn8d2jir43776")))) | ||||||
|     (build-system dune-build-system) |     (build-system dune-build-system) | ||||||
|  |     (arguments | ||||||
|  |      ;; Cyclic dependency with ocaml-ppx-jane | ||||||
|  |      `(#:tests? #f)) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      (list ocaml-base |      (list ocaml-base | ||||||
|            ocaml-ppx-here |            ocaml-ppx-here | ||||||
|  |  | ||||||
		Reference in a new issue