diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-11-18 15:08:33 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-18 15:08:33 +0100 |
commit | 53d5d66378f07ddade91d747271526eba650199f (patch) | |
tree | e1c1e581ea308f89e1c461fdb5ead60c5f5877c6 /gnu/packages | |
parent | 9502c56bfb19e20be81e079446bfd1da3f9de97b (diff) | |
download | guix-53d5d66378f07ddade91d747271526eba650199f.tar.gz guix-53d5d66378f07ddade91d747271526eba650199f.zip |
gnu: ocaml-dose3: Remove now unneeded phase.
This reverts commit 91b29aa37394b660117e1d79927621db1344b7fe.
Reported by pukkamustard on #guix.
* gnu/packages/ocaml.scm (ocaml-dose3)[arguments]: Remove #:phases.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/ocaml.scm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 131bf22a4b..f4ff04bd90 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -651,14 +651,7 @@ underlying solvers like Cplex, Gurobi, Lpsolver, Glpk, CbC, SCIP or WBO.") #+(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) |