mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
emacsPackages.elfeed: patch in curl program path
This commit is contained in:
parent
fd7860ac7d
commit
25c06daf85
1 changed files with 7 additions and 0 deletions
|
@ -1061,6 +1061,13 @@ let
|
|||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue