gnu: ocaml-reactivedata: Update to 0.3.
* gnu/packages/ocaml.scm (ocaml-reactivedata): Update to 0.3.
This commit is contained in:
parent
ee70ed5bf5
commit
fe794295ab
1 changed files with 4 additions and 20 deletions
|
@ -7807,10 +7807,9 @@ generate OCaml code from .glade files), libpanel, librsvg and quartz.")
|
||||||
(license license:lgpl2.0)))
|
(license license:lgpl2.0)))
|
||||||
|
|
||||||
(define-public ocaml-reactivedata
|
(define-public ocaml-reactivedata
|
||||||
;; Future releases will use dune.
|
|
||||||
(package
|
(package
|
||||||
(name "ocaml-reactivedata")
|
(name "ocaml-reactivedata")
|
||||||
(version "0.2.2")
|
(version "0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7819,26 +7818,11 @@ generate OCaml code from .glade files), libpanel, librsvg and quartz.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l5z0fsckqkywjbn2nwy3s55h85yx8scc4hq9qzr9ig3hrq1mfb0"))))
|
"0gmpfnw08c7hx4bsgrgvp6w7pq2ghqxq3qd1cbdyscbg9n22jrca"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:tests? #f)) ;no tests
|
||||||
(modify-phases %standard-phases
|
(build-system dune-build-system)
|
||||||
(delete 'configure)
|
|
||||||
(add-before 'build 'fix-deprecated
|
|
||||||
(lambda _
|
|
||||||
(substitute*
|
|
||||||
"src/reactiveData.ml"
|
|
||||||
(("Pervasives.compare") "compare"))
|
|
||||||
#t))
|
|
||||||
(add-before 'install 'forget-makefile
|
|
||||||
;; Ensure we use opam to install files
|
|
||||||
(lambda _
|
|
||||||
(delete-file "Makefile")
|
|
||||||
#t)))))
|
|
||||||
(build-system ocaml-build-system)
|
|
||||||
(properties `((upstream-name . "reactiveData")))
|
(properties `((upstream-name . "reactiveData")))
|
||||||
(native-inputs
|
|
||||||
(list ocamlbuild opam))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list ocaml-react))
|
(list ocaml-react))
|
||||||
(home-page "https://github.com/ocsigen/reactiveData")
|
(home-page "https://github.com/ocsigen/reactiveData")
|
||||||
|
|
Reference in a new issue