wring: use node2nix generated package
This commit is contained in:
@@ -31,7 +31,7 @@ nodePackages // {
|
||||
'';
|
||||
});
|
||||
|
||||
wring = nodePackages.phantomjs.override (oldAttrs: {
|
||||
wring = nodePackages.wring.override (oldAttrs: {
|
||||
buildInputs = oldAttrs.buildInputs ++ [ pkgs.phantomjs2 ];
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user