mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: Remove ocaml4.07-sedlex.
* gnu/packages/ocaml.scm (ocaml4.07-sedlex): Remove variable. (ocaml-sedlex)[properties]: Remove variant. Change-Id: I6ce2cfac54b7bf8879fde315ea60e3932bac8a9c
This commit is contained in:
parent
fa126caee1
commit
5823552c19
1 changed files with 0 additions and 21 deletions
|
@ -3549,32 +3549,11 @@ (define-public ocaml-sedlex
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gsb1jpj3mnqbjgbavi4l95gl6g4agq58j82km22fdfg63j3w3fk"))))))
|
"0gsb1jpj3mnqbjgbavi4l95gl6g4agq58j82km22fdfg63j3w3fk"))))))
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-sedlex))))
|
|
||||||
(home-page "https://www.cduce.org/download.html#side")
|
(home-page "https://www.cduce.org/download.html#side")
|
||||||
(synopsis "Lexer generator for Unicode and OCaml")
|
(synopsis "Lexer generator for Unicode and OCaml")
|
||||||
(description "Lexer generator for Unicode and OCaml.")
|
(description "Lexer generator for Unicode and OCaml.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ocaml4.07-sedlex
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-sedlex)
|
|
||||||
(name "ocaml-sedlex")
|
|
||||||
(version "2.1")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/ocaml-community/sedlex")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"05f6qa8x3vhpdz1fcnpqk37fpnyyq13icqsk2gww5idjnh6kng26"))))
|
|
||||||
(propagated-inputs
|
|
||||||
`(("ocaml-ppx-tools-versioned" ,ocaml4.07-ppx-tools-versioned)
|
|
||||||
,@(package-propagated-inputs ocaml-sedlex)))
|
|
||||||
(properties '()))))
|
|
||||||
|
|
||||||
(define-public ocaml-uchar
|
(define-public ocaml-uchar
|
||||||
(package
|
(package
|
||||||
(name "ocaml-uchar")
|
(name "ocaml-uchar")
|
||||||
|
|
Loading…
Reference in a new issue