nodePackages.intelephense: set license to unfree
https://github.com/NixOS/nixpkgs/pull/143281#issuecomment-953964054 https://github.com/NixOS/nixpkgs/pull/143281#issuecomment-953987445
This commit is contained in:
parent
205c9dbf3a
commit
9a4a6a6af0
1 changed files with 4 additions and 0 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue