mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
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;
|
||||
};
|
||||
|
||||
elpy = super.elpy.overrideAttrs(old: {
|
||||
propagatedUserEnvPkgs = old.propagatedUserEnvPkgs ++ [ external.elpy ];
|
||||
});
|
||||
|
||||
emacsql-sqlite = super.emacsql-sqlite.overrideAttrs(old: {
|
||||
buildInputs = old.buildInputs ++ [ pkgs.sqlite ];
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user