1 { buildPythonPackage, fetchFromGitHub, python, lib, django }:
3 buildPythonPackage rec {
4 pname = "django-widget-tweaks";
7 src = fetchFromGitHub { # package from Pypi missing runtests.py
11 sha256 = "00w1ja56dc7cyw7a3mph69ax6mkch1lsh4p98ijdhzfpjdy36rbg";
14 checkPhase = "${python.interpreter} runtests.py";
15 propagatedBuildInputs = [ django ];
18 description = "Tweak the form field rendering in templates, not in python-level form definitions.";
19 homepage = "https://github.com/jazzband/django-widget-tweaks";
20 license = licenses.mit;
21 maintainers = with maintainers; [