We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7860a commit 25c06daCopy full SHA for 25c06da
pkgs/applications/editors/emacs/elisp-packages/melpa-packages.nix
@@ -1061,6 +1061,13 @@ let
1061
# missing optional dependencies
1062
ekg = addPackageRequires super.ekg [ self.denote ];
1063
1064
+ elfeed = super.elfeed.overrideAttrs (attrs: {
1065
+ postPatch = attrs.postPatch or "" + ''
1066
+ substituteInPlace elfeed-curl.el \
1067
+ --replace-fail 'elfeed-curl-program-name "curl"' 'elfeed-curl-program-name "${lib.getExe pkgs.curl}"'
1068
+ '';
1069
+ });
1070
+
1071
elisp-sandbox = ignoreCompilationError super.elisp-sandbox; # elisp error
1072
1073
elnode = ignoreCompilationError super.elnode; # elisp error
0 commit comments