-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
ddgr: 1.1 -> 1.6 #56100
ddgr: 1.1 -> 1.6 #56100
Conversation
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.
Please add yourself to maintainer-list.nix
in a separate commit.
@@ -1,29 +1,17 @@ | |||
{stdenv, fetchpatch, fetchFromGitHub, python3Packages}: |
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.
{stdenv, fetchpatch, fetchFromGitHub, python3Packages}: | |
{stdenv, fetchpatch, fetchFromGitHub, python3}: |
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.
I thought about making this change, but I thought that keeping the argument passed in as python3Packages
might help avoid breakage of anyone manually passing arguments into this derivation. It's also possible that I'm mistaken. Happy to make the change if that's desired.
url = "https://github.com/jarun/ddgr/commit/10c1a911a3d5cbf3e96357c932b0211d3165c4b8.patch"; | ||
}) | ||
]; | ||
buildInputs = [ python3Packages.python ]; |
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.
buildInputs = [ python3Packages.python ]; | |
buildInputs = [ python3 ]; |
Thanks for the review, @dotlambda! Changes incoming shortly. |
ddgr (DuckDuckGo CLI) 1.6 no longer requires the `requests` Python package and includes the commit that patched zsh-completion.
Review suggestions addressed. |
@GrahamcOfBorg build ddgr |
Motivation for this change
ddgr (DuckDuckGo CLI) 1.6 no longer requires the
requests
Pythonpackage and includes the commit that patched zsh-completion.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)