emacsPackagesNg.caml: do not run ocaml's configure phase

This commit is contained in:
Florent Becker 2017-12-11 09:52:48 +01:00
parent 8768295f1f
commit 519a573720
2 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,9 @@ self:
# upstream issue: missing file header
bufshow = markBroken super.bufshow;
# part of a larger package
caml = dontConfigure super.caml;
# part of a larger package
# upstream issue: missing package version
cmake-mode = markBroken (dontConfigure super.cmake-mode);

View File

@ -45,6 +45,9 @@ self:
# upstream issue: missing file header
bufshow = markBroken super.bufshow;
# part of a larger package
caml = dontConfigure super.caml;
# part of a larger package
# upstream issue: missing package version
cmake-mode = markBroken (dontConfigure super.cmake-mode);