mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ocaml-dose3: Remove now unneeded phase.
This reverts commit 91b29aa373
.
Reported by pukkamustard on #guix.
* gnu/packages/ocaml.scm (ocaml-dose3)[arguments]: Remove #:phases.
This commit is contained in:
parent
9502c56bfb
commit
53d5d66378
1 changed files with 1 additions and 8 deletions
|
@ -651,14 +651,7 @@ (define-public ocaml-dose3
|
|||
#+(file-append (canonical-package bash-minimal)
|
||||
"/bin/sh")))
|
||||
#:make-flags
|
||||
,#~(list (string-append "LIBDIR=" #$output "/lib/ocaml/site-lib"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-test-script
|
||||
(lambda _
|
||||
(substitute* "applications/dose-tests.py"
|
||||
(("warning\\(")
|
||||
"from warnings import warn\nwarn(")))))))
|
||||
,#~(list (string-append "LIBDIR=" #$output "/lib/ocaml/site-lib"))))
|
||||
(propagated-inputs
|
||||
`(("ocaml-graph" ,ocaml-graph)
|
||||
("ocaml-cudf" ,ocaml-cudf)
|
||||
|
|
Loading…
Reference in a new issue