8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
14 owner = "heroku-python";
17 hash = "sha256-B6TydlezbDkmfFgJjdFniZIYo/JjzPvFj43co+HYCdc=";
24 propagatedBuildInputs = [
28 pythonImportsCheck = [
35 description = "Serve production static files with Django";
36 homepage = "https://github.com/heroku-python/dj-static";
37 license = licenses.bsd2;
38 maintainers = with maintainers; [ hexa ];