Unverified Commit 2421239d authored by Lin Jian's avatar Lin Jian
Browse files

emacs: let nix build for manualPackages fail if native-comp fails

This helps find packaging issues or issues in the package itself.
parent b9073bef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,8 @@ melpaBuild {
    popon
  ];

  ignoreCompilationError = false;

  passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };

  meta = {
+2 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@ melpaBuild {

  files = ''("acm/*.el" "acm/icons")'';

  ignoreCompilationError = false;

  meta = {
    description = "Asynchronous Completion Menu";
    homepage = "https://github.com/manateelazycat/lsp-bridge";
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@ melpaBuild {

  files = ''("src/data/emacs-mode/*.el")'';

  ignoreCompilationError = false;

  meta = {
    inherit (Agda.meta) homepage license;
    description = "Agda2-mode for Emacs extracted from Agda package";
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ melpaBuild {
    })
  ];

  ignoreCompilationError = false;

  passthru.updateScript = gitUpdater { };

  meta = {
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@ melpaBuild {
    hash = "sha256-JCrmS3FSGDHSR+eAR0X/uO0nAgd3TUmFxwEVH5+KV+4=";
  };

  ignoreCompilationError = false;

  meta = {
    homepage = "https://www.emacswiki.org/emacs/control-lock.el";
    description = "Like caps-lock, but for your control key";
Loading