emacsPackages.elfeed: patch in curl program path (#391824)

Lin Jian f068b64f 5f5d8946

Changed files
+7
pkgs
applications
editors
emacs
elisp-packages
+7
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
···
# missing optional dependencies
ekg = addPackageRequires super.ekg [ self.denote ];
+
elfeed = super.elfeed.overrideAttrs (attrs: {
+
postPatch = attrs.postPatch or "" + ''
+
substituteInPlace elfeed-curl.el \
+
--replace-fail 'elfeed-curl-program-name "curl"' 'elfeed-curl-program-name "${lib.getExe pkgs.curl}"'
+
'';
+
});
+
elisp-sandbox = ignoreCompilationError super.elisp-sandbox; # elisp error
elnode = ignoreCompilationError super.elnode; # elisp error