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:
parent
eb6ce1c8a9
commit
91a6ffa4bd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue