emacsPackagesNg.racer-mode: fix default value for RUST_SRC_PATH

This commit is contained in:
Ivan Solyankin 2019-01-17 19:15:35 +03:00
parent b0f40b7851
commit 95cc144a5f
2 changed files with 9 additions and 1 deletions

View file

@ -207,6 +207,13 @@ self:
# upstream issue: missing file header
qiita = markBroken super.qiita;
racer = super.racer.overrideAttrs (attrs: {
postPatch = attrs.postPatch or "" + ''
substituteInPlace racer.el \
--replace /usr/local/src/rust/src ${external.rustPlatform.rustcSrc}
'';
});
# upstream issue: missing file footer
seoul256-theme = markBroken super.seoul256-theme;

View file

@ -16853,7 +16853,8 @@ in
inherit (haskellPackages) ghc-mod structured-haskell-mode Agda hindent;
inherit (pythonPackages) elpy;
inherit
autoconf automake git libffi libpng pkgconfig poppler rtags w3m zlib;
autoconf automake git libffi libpng pkgconfig poppler rtags w3m zlib
substituteAll rustPlatform;
};
};