gnu: Remove ocaml4.07-jane-street-headers.
* gnu/packages/ocaml.scm (ocaml4.07-jane-street-headers): Remove variable. (ocaml-jane-street-headers)[properties]: Remove variant. Change-Id: I4df9b3a74ea8100605bf730848888db4f63c1dc0
This commit is contained in:
parent
17101812a8
commit
b9dcefa570
1 changed files with 0 additions and 24 deletions
|
@ -5566,7 +5566,6 @@ recommend using this package directly.")
|
||||||
"1r27r0bxxa0iaah5rm84lwhrmh784vfpmb6056hpv0p34rxs7r1l"))
|
"1r27r0bxxa0iaah5rm84lwhrmh784vfpmb6056hpv0p34rxs7r1l"))
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no tests
|
(arguments '(#:tests? #f)) ; no tests
|
||||||
(properties `((ocaml4.07-variant . ,(delay ocaml4.07-jane-street-headers))))
|
|
||||||
(home-page "https://github.com/janestreet/jane-street-headers")
|
(home-page "https://github.com/janestreet/jane-street-headers")
|
||||||
(synopsis "Jane Street C header files")
|
(synopsis "Jane Street C header files")
|
||||||
(description "C header files shared between the various Jane Street
|
(description "C header files shared between the various Jane Street
|
||||||
|
@ -8040,29 +8039,6 @@ Haskell's Quickcheck library, with support for built-in types as well as
|
||||||
types provided by Base.")
|
types provided by Base.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ocaml4.07-jane-street-headers
|
|
||||||
(package
|
|
||||||
(name "ocaml4.07-jane-street-headers")
|
|
||||||
(version "0.11.0")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://ocaml.janestreet.com/ocaml-core/v"
|
|
||||||
(version-major+minor version)
|
|
||||||
"/files/jane-street-headers-v" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0afhzm08l9v883fhpqqh2lmy7az609pxif40bp7x1sk8c0yszqsh"))))
|
|
||||||
(build-system dune-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:ocaml ,ocaml-4.07
|
|
||||||
#:findlib ,ocaml4.07-findlib
|
|
||||||
#:dune ,ocaml4.07-dune))
|
|
||||||
(home-page "https://github.com/janestreet/jane-street-headers")
|
|
||||||
(synopsis "Jane Street C header files")
|
|
||||||
(description "This package provides C header files shared between the
|
|
||||||
various Jane Street packages.")
|
|
||||||
(license license:asl2.0)))
|
|
||||||
|
|
||||||
(define-public ocaml4.07-configurator
|
(define-public ocaml4.07-configurator
|
||||||
(package
|
(package
|
||||||
(name "ocaml4.07-configurator")
|
(name "ocaml4.07-configurator")
|
||||||
|
|
Reference in a new issue