6 buildPythonPackage rec {
8 pname = "dj-search-url";
11 inherit pname version;
12 sha256 = "424d1a5852500b3c118abfdd0e30b3e0016fe68e7ed27b8553a67afa20d4fb40";
16 homepage = "https://github.com/dstufft/dj-search-url";
17 description = "Use Search URLs in your Django Haystack Application";
18 license = licenses.bsd0;