ar-nixpkgs-hs/spejstore/python-modules/django-flat-responsive.nix

18 lines
504 B
Nix
Raw Normal View History

2020-03-08 18:16:42 +00:00
{ buildPythonPackage, fetchurl
}:
buildPythonPackage rec {
pname = "django-flat-responsive";
version = "2.0";
src = fetchurl {
url = "https://files.pythonhosted.org/packages/02/c9/35732ae69908854d4ef9a2bfaa75c9ca002f62decbff711ea1c9541f1142/django-flat-responsive-2.0.tar.gz";
sha256 = "0x3439m2bim8r0xldx99ry0fksfyv39k8bffnwpvahf500ksl725";
};
format = "setuptools";
doCheck = false;
buildInputs = [];
checkInputs = [];
nativeBuildInputs = [];
propagatedBuildInputs = [];
}