···1718 checkPhase = ''
19 runHook preCheck
20+21+ # we have to do a little bit of tinkering to convince the tests to run against the installed package, not the
22+ # source directory
23+ mkdir testbase
24+ pushd testbase
25+ mv ../runtests.py .
26 ${python.interpreter} runtests.py hijack_admin
27+ popd
28+29 runHook postCheck
30 '';
3132 meta = with stdenv.lib; {
33 description = "Admin integration for django-hijack";
34+ homepage = https://github.com/arteria/django-hijack-admin;
35 license = licenses.mit;
36 maintainers = with maintainers; [ lsix ];
37 };