gnu: ocaml-mtime: Update to 1.1.0.
* gnu/packages/ocaml.scm (ocaml-mtime): Update to 1.1.0.
This commit is contained in:
parent
3f59ecfcb5
commit
853af25ecd
@ -1572,14 +1572,14 @@ manipulate such data.")
|
|||||||
(define-public ocaml-mtime
|
(define-public ocaml-mtime
|
||||||
(package
|
(package
|
||||||
(name "ocaml-mtime")
|
(name "ocaml-mtime")
|
||||||
(version "0.8.3")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://erratique.ch/software/mtime/releases/"
|
(uri (string-append "http://erratique.ch/software/mtime/releases/"
|
||||||
"mtime-" version ".tbz"))
|
"mtime-" version ".tbz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hfx4ny2dkw6jf3jppz0640dafl5xgn8r2si9kpwzhmibal8qrah"))))
|
"1qb4ljwirrc3g8brh97s76rjky2cpmy7zm87y7iqd6pxix52ydk3"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ocamlbuild" ,ocamlbuild)
|
`(("ocamlbuild" ,ocamlbuild)
|
||||||
@ -1588,8 +1588,7 @@ manipulate such data.")
|
|||||||
`(("topkg" ,ocaml-topkg)))
|
`(("topkg" ,ocaml-topkg)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:build-flags
|
#:build-flags (list "build" "--with-js_of_ocaml" "false")
|
||||||
'("native=true" "native-dynlink=true" "jsoo=false")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
|
Loading…
Reference in New Issue
Block a user