emacsPackages.{gams-ac,poly-gams}: ignore compilation error (#381976)

authored by Lin Jian and committed by GitHub 758b9a02 d4537b75

+4
+4
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
··· 1150 1151 fxrd-mode = ignoreCompilationError super.fxrd-mode; # elisp error 1152 1153 # missing optional dependencies 1154 gap-mode = addPackageRequires super.gap-mode [ 1155 self.company ··· 1491 1492 # https://github.com/polymode/poly-R/issues/41 1493 poly-R = addPackageRequires super.poly-R [ self.ess ]; 1494 1495 # missing optional dependencies: direx e2wm yaol, yaol not on any ELPA 1496 pophint = ignoreCompilationError super.pophint;
··· 1150 1151 fxrd-mode = ignoreCompilationError super.fxrd-mode; # elisp error 1152 1153 + gams-ac = ignoreCompilationError super.gams-ac; # need gams in PATH during compilation 1154 + 1155 # missing optional dependencies 1156 gap-mode = addPackageRequires super.gap-mode [ 1157 self.company ··· 1493 1494 # https://github.com/polymode/poly-R/issues/41 1495 poly-R = addPackageRequires super.poly-R [ self.ess ]; 1496 + 1497 + poly-gams = ignoreCompilationError super.poly-gams; # need gams in PATH during compilation 1498 1499 # missing optional dependencies: direx e2wm yaol, yaol not on any ELPA 1500 pophint = ignoreCompilationError super.pophint;