{ buildPythonPackage, fetchgit , psycopg2 , django-discover-runner }: buildPythonPackage rec { pname = "django-hstore"; version = "1.5a0"; src = fetchgit { url = "https://github.com/djangonauts/django-hstore"; rev = "aac755f587ff8ea95c1f43e7f3df8e339b848b6b"; sha256 = "03q3a03nngfi8x0xsja762ccdf242z29xmbl78yhz1xd6lmhj71s"; }; format = "setuptools"; doCheck = false; buildInputs = []; checkInputs = []; nativeBuildInputs = []; propagatedBuildInputs = [ psycopg2 django-discover-runner ]; }