Fix mozsvc, such that we can split public/private parts of the configuration of the syncserver.

This commit is contained in:
Nicolas B. Pierron 2014-12-11 23:41:36 +01:00
parent c74c6360e0
commit 0a0678cf5a

View File

@ -5461,6 +5461,11 @@ let
sha256 = "0k1d7v8aa4xd3f9h8m5crl647136ba15i9nzdrpxg5aqmv2n0i0p";
};
patches = singleton (pkgs.fetchurl {
url = https://github.com/nbp/mozservices/commit/f86c0b0b870cd8f80ce90accde9e16ecb2e88863.diff;
sha256 = "1lnghx821f6dqp3pa382ka07cncdz7hq0mkrh44d0q3grvrlrp9n";
});
doCheck = false; # lazy packager
propagatedBuildInputs = with self; [ pyramid simplejson konfig ];