mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: ocaml4.07-base: Remove unnecessary arguments.
* gnu/packages/ocaml.scm (ocaml4.07-base): Remove unnecessary arguments. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
This commit is contained in:
parent
33a1ec29fa
commit
6d9d10ae3f
1 changed files with 0 additions and 10 deletions
|
@ -4942,16 +4942,6 @@ (define-public ocaml4.07-base
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j6xb4265jr41vw4fjzak6yr8s30qrnzapnc6rl1dxy8bjai0nir"))))
|
"0j6xb4265jr41vw4fjzak6yr8s30qrnzapnc6rl1dxy8bjai0nir"))))
|
||||||
(arguments
|
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'build
|
|
||||||
;; make warnings non fatal (jbuilder behaviour)
|
|
||||||
(lambda _
|
|
||||||
(invoke "dune" "build" "@install" "--profile=release"))))
|
|
||||||
#:ocaml ,ocaml-4.07
|
|
||||||
#:findlib ,ocaml4.07-findlib
|
|
||||||
#:dune ,ocaml4.07-dune))
|
|
||||||
(properties '()))))
|
(properties '()))))
|
||||||
|
|
||||||
(define-public ocaml-compiler-libs
|
(define-public ocaml-compiler-libs
|
||||||
|
|
Loading…
Reference in a new issue