-
-
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
python3Packages.django-recaptcha: init at 3.0.0 #192151
base: master
Are you sure you want to change the base?
Conversation
version = "3.0.0"; | ||
|
||
src = fetchurl { | ||
url = "https://github.com/torchbox/django-recaptcha/archive/refs/tags/${version}.tar.gz"; |
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 use fetchFromGitHub
|
||
propagatedBuildInputs = [ django ]; | ||
|
||
doCheck = false; # Requires ReCaptcha account |
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 a pythonImportsCheck
description = "Django reCAPTCHA form field/widget integration app."; | ||
homepage = "https://github.com/torchbox/django-recaptcha"; | ||
license = licenses.bsd3; | ||
maintainers = with maintainers; []; |
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.
maintainers must be set
Description of changes
Add a new package
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes