mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove ocaml4.07-spawn.
* gnu/packages/ocaml.scm (ocaml4.07-spawn): Remove variable. (ocaml-spawn)[properties]: Remove variant. Change-Id: Ib655eca9b305de23aa0cee0e29e51d9acea01094
This commit is contained in:
parent
71b29cfac9
commit
da9771c0f2
1 changed files with 0 additions and 31 deletions
|
@ -8092,8 +8092,6 @@ Configurator allows one to:
|
||||||
(build-system dune-build-system)
|
(build-system dune-build-system)
|
||||||
(propagated-inputs (list ocaml-odoc))
|
(propagated-inputs (list ocaml-odoc))
|
||||||
(native-inputs (list ocaml-ppx-expect))
|
(native-inputs (list ocaml-ppx-expect))
|
||||||
(properties
|
|
||||||
`((ocaml4.07-variant . ,(delay ocaml4.07-spawn))))
|
|
||||||
(home-page "https://github.com/janestreet/spawn")
|
(home-page "https://github.com/janestreet/spawn")
|
||||||
(synopsis "Spawning sub-processes")
|
(synopsis "Spawning sub-processes")
|
||||||
(description
|
(description
|
||||||
|
@ -8115,35 +8113,6 @@ thousands of times faster than fork.
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public ocaml4.07-spawn
|
|
||||||
(package-with-ocaml4.07
|
|
||||||
(package
|
|
||||||
(inherit ocaml-spawn)
|
|
||||||
(version "0.13.0")
|
|
||||||
(source (origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/janestreet/spawn")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name "ocaml4.07-spawn" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1w003k1kw1lmyiqlk58gkxx8rac7dchiqlz6ah7aj7bh49b36ppf"))))
|
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-before 'check 'fix-tests
|
|
||||||
(lambda _
|
|
||||||
(substitute* "test/tests.ml"
|
|
||||||
(("/bin/pwd") (which "pwd"))
|
|
||||||
(("/bin/echo") (which "echo")))
|
|
||||||
#t)))
|
|
||||||
#:ocaml ,ocaml-4.07
|
|
||||||
#:findlib ,ocaml4.07-findlib
|
|
||||||
#:dune ,ocaml4.07-dune))
|
|
||||||
(propagated-inputs '())
|
|
||||||
(properties '()))))
|
|
||||||
|
|
||||||
(define-public ocaml-core
|
(define-public ocaml-core
|
||||||
(package
|
(package
|
||||||
(name "ocaml-core")
|
(name "ocaml-core")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue