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

wip/yesman
Florent Becker 7 years ago
parent 8768295f1f
commit 519a573720
  1. 3
      pkgs/applications/editors/emacs-modes/melpa-packages.nix
  2. 3
      pkgs/applications/editors/emacs-modes/melpa-stable-packages.nix

@ -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);

@ -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);

Loading…
Cancel
Save