Merge pull request #68376 from wildsebastian/remove-elpy-from-melpa

melpaPackages.elpy: bugfix
This commit is contained in:
adisbladis 2019-09-12 20:38:55 +01:00 committed by GitHub
commit 76e4d0e0f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 5 deletions

View File

@ -68,10 +68,6 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
inherit (self.melpaPackages) easy-kill;
};
elpy = super.elpy.overrideAttrs(old: {
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs ++ [ external.elpy ];
});
emacsql-sqlite = super.emacsql-sqlite.overrideAttrs(old: {
buildInputs = old.buildInputs ++ [ pkgs.sqlite ];

View File

@ -17962,7 +17962,6 @@ in
external = {
inherit (haskellPackages)
ghc-mod structured-haskell-mode Agda hindent;
inherit (pythonPackages) elpy;
inherit
autoconf automake editorconfig-core-c git libffi libpng pkgconfig
poppler rtags w3m zlib substituteAll rustPlatform cmake llvmPackages