malpa-packages: shadow ligo-mode

+1 -1
+1 -1
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
··· 125 ligo-mode = 126 if super.ligo-mode.version == "0.3" 127 then markBroken super.ligo-mode 128 - else markBroken super.ligo-mode; # auto-updater is failing somehow 129 130 # upstream issue: missing file header 131 link = markBroken super.link;
··· 125 ligo-mode = 126 if super.ligo-mode.version == "0.3" 127 then markBroken super.ligo-mode 128 + else null; # auto-updater is failing; use manual one 129 130 # upstream issue: missing file header 131 link = markBroken super.link;