mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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";
|
||||
};
|
||||
|
||||
phantomjs = nodePackages.phantomjs.override {
|
||||
buildInputs = [ pkgs.phantomjs2 ];
|
||||
};
|
||||
|
||||
pnpm = nodePackages.pnpm.override {
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
postInstall = let
|
||||
|
Loading…
Reference in New Issue
Block a user