-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
aria2p: init at 0.7.0 #77981
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
aria2p: init at 0.7.0 #77981
Conversation
dd66e66
to
4973bc0
Compare
the |
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.
sorry, forgot a few things, otherwise LGTM
|
||
buildPythonPackage rec { | ||
pname = "aria2p"; | ||
version = "0.7.0"; |
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.
there's a special builder for poetry
version = "0.7.0"; | |
version = "0.7.0"; | |
format = "pyproject"; |
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.
Updated. This could use some documentation :) .
Also, considering that this builder is specific to poetry, I am surprised I still have to explicitly mention the poetry dependency (I tried removing it and it broke.)
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.
The poetry as a top-level package
happened recently, but agreed, it should be updated. The only reason why i know it exists is because I read through the source.
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.
diff LGTM
failure is due not supporting poetry case in python3.8 yet
[2 built (1 failed), 48 copied (30.8 MiB), 7.9 MiB DL]
error: build of '/nix/store/mlikqdv3rl99vmbwa1ymc8fdyrvnxvi3-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/77981
1 package failed to build:
python38Packages.aria2p
1 package built:
python37Packages.aria2p
@GrahamcOfBorg build python37Packages.aria2p |
Motivation for this change
Install
aria2p
tool.Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)