nodePackages.phantomjs: remove override
a left-over from https://github.com/NixOS/nixpkgs/pull/50451
This commit is contained in:
parent
3ae0407d3c
commit
0bd2ab5ca2
@ -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…
x
Reference in New Issue
Block a user