pythonPackages.serversyncstorage: mark as broken if cornice.version != 0.17 (#59884)

this package doesn't build if accessed directly from the top level
without a specially overridden cornice package supplied - as done
by syncserver
This commit is contained in:
Robert Scott 2019-04-26 07:42:59 +01:00 committed by Robert Schütz
parent eb6ce1c8a9
commit 91a6ffa4bd

View file

@ -38,6 +38,7 @@ buildPythonPackage rec {
];
meta = with stdenv.lib; {
broken = cornice.version != "0.17";
description = "The SyncServer server software, as used by Firefox Sync";
homepage = https://github.com/mozilla-services/server-syncstorage;
license = licenses.mpl20;