mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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
@ -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 New Issue
Block a user