me
/
guix
Archived
1
0
Fork 0

gnu: Remove emacs-flycheck-dedukti.

* gnu/packages/ocaml.scm (emacs-flycheck-dedukti): Delete variable.
Julien Lepiller 2022-11-03 13:20:09 +01:00
parent 7c51514f07
commit 82da66971f
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 0 additions and 23 deletions

View File

@ -4753,29 +4753,6 @@ developed in other systems. In particular, it enjoys a minimalistic syntax.")
Dedukti files.")
(license license:cecill-b))))
(define-public emacs-flycheck-dedukti
(let ((commit "3dbff5646355f39d57a3ec514f560a6b0082a1cd"))
(package
(name "emacs-flycheck-dedukti")
(version (git-version "0" "0" commit))
(home-page "https://github.com/rafoo/flycheck-dedukti")
(source (origin
(method git-fetch)
(uri (git-reference
(url home-page)
(commit commit)))
(sha256
(base32
"1ffpxnwl3wx244n44mbw81g00nhnykd0lnid29f4aw1av7w6nw8l"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(inputs
(list emacs-dedukti-mode emacs-flycheck))
(synopsis "Flycheck integration for the dedukti language")
(description "This package provides a frontend for Flycheck to perform
syntax checking on dedukti files.")
(license license:cecill-b))))
(define-public ocaml-jst-config
(package
(name "ocaml-jst-config")