Merge pull request #50744 from Mic92/phantomjs
nodePackages.phantomjs: remove override
This commit is contained in:
commit
a69a857972
@ -68,10 +68,6 @@ nodePackages // {
|
|||||||
postInstall = "npm run-script prepublish";
|
postInstall = "npm run-script prepublish";
|
||||||
};
|
};
|
||||||
|
|
||||||
phantomjs = nodePackages.phantomjs.override {
|
|
||||||
buildInputs = [ pkgs.phantomjs2 ];
|
|
||||||
};
|
|
||||||
|
|
||||||
pnpm = nodePackages.pnpm.override {
|
pnpm = nodePackages.pnpm.override {
|
||||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||||
postInstall = let
|
postInstall = let
|
||||||
|
Loading…
Reference in New Issue
Block a user