-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
archivebox: 0.6.2 -> 0.7.2 #277647
archivebox: 0.6.2 -> 0.7.2 #277647
Conversation
@ofborg build postlight-parser readability-extractor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meta.homepage
and meta.changelog
would be nice
908e02d
to
082e50d
Compare
Added where they exist and aren't auto-propagated already. |
082e50d
to
648e9b7
Compare
]; | ||
|
||
makeWrapperArgs = [ | ||
"--prefix PATH : ${lib.makeBinPath [ curl wget ripgrep nodejs readability-extractor postlight-parser ]}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"--prefix PATH : ${lib.makeBinPath [ curl wget ripgrep nodejs readability-extractor postlight-parser ]}" | |
"--prefix PATH : ${lib.makeBinPath [ curl wget ripgrep readability-extractor postlight-parser ]}" |
I can't find any JS code in the repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's used through dependencies and needs USE_NODE, but you're right it doesn't need to be in the path.
648e9b7
to
057cdd4
Compare
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/3249 |
291ba4b
to
07f5bd3
Compare
07f5bd3
to
db0c2f5
Compare
Description of changes
Bump archivebox.
Add two optional node runtime deps.
Add deps in PATH which are recomended at each startup.
Disable one django extensions test which is not going to be fixed anymore (upstream is working on migration to a modern version)
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.