Merge pull request #200504 from treed/fix-hamlet-mode

authored by

Martin Weinelt and committed by
GitHub
9c5c4e6d f4eff089

+10
+10
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
··· 507 507 packageRequires = with self; [ evil highlight ]; 508 508 }); 509 509 510 + hamlet-mode = super.hamlet-mode.overrideAttrs (attrs: { 511 + patches = [ 512 + # Fix build; maintainer email fails to parse 513 + (pkgs.fetchpatch { 514 + url = "https://github.com/lightquake/hamlet-mode/commit/253495d1330d6ec88d97fac136c78f57c650aae0.patch"; 515 + sha256 = "dSxS5yuXzCW96CUyvJWwjkhf1FMGBfiKKoBxeDVdz9Y="; 516 + }) 517 + ]; 518 + }); 519 + 510 520 helm-rtags = fix-rtags super.helm-rtags; 511 521 512 522 # tries to write to $HOME