Merge pull request #97504 from arapov/master

nodePackages.node-red: fix build
This commit is contained in:
WORLDofPEACE 2020-09-09 10:10:02 -04:00 committed by GitHub
commit c17a10cd1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ let
};
node-red = super.node-red.override {
meta.broken = since "10";
buildInputs = [ self.node-pre-gyp ];
};
pnpm = super.pnpm.override {