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
commit 6a6a19552f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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