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:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
18
pkgs/tools/graphics/puppeteer-cli/package.json
Normal file
18
pkgs/tools/graphics/puppeteer-cli/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue