forked from mirrors/nixpkgs
melpaPackages.elpy: bugfix
After the elpy dummy package was removed (#68217) it was still referenced in the melpa packages and broke emacs builds that included elpy.
This commit is contained in:
parent
7256d10d00
commit
458e3c7116
|
@ -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 ];
|
||||
|
||||
|
|
|
@ -17979,7 +17979,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
|
||||
|
|
Loading…
Reference in a new issue