Merge pull request #54194 from vanzef/racer-mode-path-fix

emacsPackagesNg.racer-mode: fix default value for RUST_SRC_PATH
This commit is contained in:
Silvan Mosberger
2019-01-28 11:11:07 +01:00
committed by GitHub
2 changed files with 9 additions and 1 deletions

View File

@@ -16833,7 +16833,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;
};
};