gnu: dedukti: Update to 2.7.
* gnu/packages/ocaml.scm (dedukti): Update to 2.7.
This commit is contained in:
		
							parent
							
								
									2e67329415
								
							
						
					
					
						commit
						e2802132e3
					
				
					 1 changed files with 6 additions and 25 deletions
				
			
		|  | @ -4675,7 +4675,7 @@ cross-platform SDL C library.") | ||||||
| (define-public dedukti | (define-public dedukti | ||||||
|   (package |   (package | ||||||
|     (name "dedukti") |     (name "dedukti") | ||||||
|     (version "2.6.0") |     (version "2.7") | ||||||
|     (home-page "https://deducteam.github.io/") |     (home-page "https://deducteam.github.io/") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|  | @ -4686,31 +4686,12 @@ cross-platform SDL C library.") | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0frl3diff033i4fmq304b8wbsdnc9mvlhmwd7a3zd699ng2lzbxb")))) |          "1dsr3s88kgmcg3najhc29cwfvsxa2plvjws1127fz75kmn15np28")))) | ||||||
|     (inputs |     (build-system dune-build-system) | ||||||
|      `(("menhir" ,ocaml-menhir))) |  | ||||||
|     (native-inputs |  | ||||||
|      (list ocamlbuild)) |  | ||||||
|     (build-system ocaml-build-system) |  | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases |      `(#:test-target "tests")) | ||||||
|        ,#~(modify-phases %standard-phases |     (inputs (list gmp ocaml-cmdliner ocaml-z3 z3)) | ||||||
|             (delete 'configure) |     (native-inputs (list ocaml-menhir)) | ||||||
|             (replace 'build |  | ||||||
|               (lambda _ |  | ||||||
|                 (invoke "make"))) |  | ||||||
|             (replace 'check |  | ||||||
|               (lambda _ |  | ||||||
|                 (invoke "make" "tests"))) |  | ||||||
|             (add-before 'install 'set-binpath |  | ||||||
|               ;; Change binary path in the makefile |  | ||||||
|               (lambda _ |  | ||||||
|                 (substitute* "GNUmakefile" |  | ||||||
|                   (("BINDIR = (.*)$") |  | ||||||
|                    (string-append "BINDIR = " #$output "/bin"))))) |  | ||||||
|             (replace 'install |  | ||||||
|               (lambda _ |  | ||||||
|                 (invoke "make" "install")))))) |  | ||||||
|     (synopsis "Proof-checker for the λΠ-calculus modulo theory, an extension of |     (synopsis "Proof-checker for the λΠ-calculus modulo theory, an extension of | ||||||
| the λ-calculus") | the λ-calculus") | ||||||
|     (description "Dedukti is a proof-checker for the λΠ-calculus modulo |     (description "Dedukti is a proof-checker for the λΠ-calculus modulo | ||||||
|  |  | ||||||
		Reference in a new issue