Merge pull request #68376 from wildsebastian/remove-elpy-from-melpa
melpaPackages.elpy: bugfix
This commit is contained in:
commit
76e4d0e0f7
@ -68,10 +68,6 @@ env NIXPKGS_ALLOW_BROKEN=1 nix-instantiate --show-trace ../../../../ -A emacsPac
|
|||||||
inherit (self.melpaPackages) easy-kill;
|
inherit (self.melpaPackages) easy-kill;
|
||||||
};
|
};
|
||||||
|
|
||||||
elpy = super.elpy.overrideAttrs(old: {
|
|
||||||
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs ++ [ external.elpy ];
|
|
||||||
});
|
|
||||||
|
|
||||||
emacsql-sqlite = super.emacsql-sqlite.overrideAttrs(old: {
|
emacsql-sqlite = super.emacsql-sqlite.overrideAttrs(old: {
|
||||||
buildInputs = old.buildInputs ++ [ pkgs.sqlite ];
|
buildInputs = old.buildInputs ++ [ pkgs.sqlite ];
|
||||||
|
|
||||||
|
@ -17962,7 +17962,6 @@ in
|
|||||||
external = {
|
external = {
|
||||||
inherit (haskellPackages)
|
inherit (haskellPackages)
|
||||||
ghc-mod structured-haskell-mode Agda hindent;
|
ghc-mod structured-haskell-mode Agda hindent;
|
||||||
inherit (pythonPackages) elpy;
|
|
||||||
inherit
|
inherit
|
||||||
autoconf automake editorconfig-core-c git libffi libpng pkgconfig
|
autoconf automake editorconfig-core-c git libffi libpng pkgconfig
|
||||||
poppler rtags w3m zlib substituteAll rustPlatform cmake llvmPackages
|
poppler rtags w3m zlib substituteAll rustPlatform cmake llvmPackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user