Merge pull request #143281 from pinn3/add-intelephense

This commit is contained in:
Maciej Krüger
2021-11-03 04:07:32 +01:00
committed by GitHub
3 changed files with 760 additions and 383 deletions

View File

@@ -170,6 +170,10 @@ let
nativeBuildInputs = drv.nativeBuildInputs or [] ++ [ pkgs.psc-package self.pulp ];
});
intelephense = super.intelephense.override {
meta.license = pkgs.lib.licenses.unfree;
};
jsonplaceholder = super.jsonplaceholder.override (drv: {
buildInputs = [ nodejs ];
postInstall = ''

View File

@@ -144,6 +144,7 @@
, "imapnotify"
, "indium"
, "insect"
, "intelephense"
, "ionic"
, {"iosevka": "https://github.com/be5invis/Iosevka/archive/v10.3.1.tar.gz"}
, "jake"

File diff suppressed because it is too large Load Diff