9 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "mozilla-services";
17 sha256 = "0a0558g8j55pd1nnhnnf3k377jv6cah8lxb24v98rq8kxr5960cg";
20 doCheck = false; # too many dependencies and conflicting versions; I (nadrieril) gave up
21 propagatedBuildInputs = [ pyramid simplejson konfig ];
24 homepage = "https://github.com/mozilla-services/mozservices";
25 description = "Various utilities for Mozilla apps";
26 license = licenses.mpl20;
27 maintainers = with maintainers; [ nadrieril ];