uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead

https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948
this can do it nicely.

Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
Anton Arapov 2021-04-03 12:58:10 +02:00 committed by Alan Daniels
commit 56de2bcd43
30691 changed files with 3076956 additions and 0 deletions

View file

@ -0,0 +1,18 @@
{
"name": "puppeteer-cli",
"version": "1.5.1",
"description": "A command-line wrapper for generating PDF prints and PNG screenshots with Puppeteer. Aims to be a easy replacement for the deprecated wkhtmltopdf.",
"bin": {
"puppeteer": "./index.js"
},
"author": "Chris Alfano <chris@jarv.us>",
"license": "MIT",
"repository": "JarvusInnovations/puppeteer-cli",
"dependencies": {
"file-url": "^3.0.0",
"is-url": "^1.2.4",
"puppeteer": "^2.0.0",
"url-parse": "^1.4.7",
"yargs": "^13.3.0"
}
}