Unverified Commit f068b64f authored by Lin Jian's avatar Lin Jian Committed by GitHub
Browse files

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

parents 5f5d8946 25c06daf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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