mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 05:51:24 +03:00
editorconfig: Include runtime dependency on editorconfig-core-c
This commit is contained in:
parent
6b7c72105e
commit
32e552af3f
@ -59,6 +59,10 @@ self:
|
|||||||
inherit (self.melpaPackages) easy-kill;
|
inherit (self.melpaPackages) easy-kill;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
editorconfig = super.editorconfig.overrideAttrs (attrs: {
|
||||||
|
propagatedUserEnvPkgs = [ external.editorconfig-core-c ];
|
||||||
|
});
|
||||||
|
|
||||||
egg = super.egg.overrideAttrs (attrs: {
|
egg = super.egg.overrideAttrs (attrs: {
|
||||||
# searches for Git at build time
|
# searches for Git at build time
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
|
@ -17814,11 +17814,13 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
external = {
|
external = {
|
||||||
inherit (haskellPackages) ghc-mod structured-haskell-mode Agda hindent;
|
inherit (haskellPackages)
|
||||||
|
ghc-mod structured-haskell-mode Agda hindent;
|
||||||
inherit (pythonPackages) elpy;
|
inherit (pythonPackages) elpy;
|
||||||
inherit
|
inherit
|
||||||
autoconf automake git libffi libpng pkgconfig poppler rtags w3m zlib
|
autoconf automake editorconfig-core-c git libffi libpng pkgconfig
|
||||||
substituteAll rustPlatform cmake llvmPackages libtool zeromq;
|
poppler rtags w3m zlib substituteAll rustPlatform cmake llvmPackages
|
||||||
|
libtool zeromq;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user