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
@ -38,6 +38,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
broken = cornice.version != "0.17";
|
||||||
description = "The SyncServer server software, as used by Firefox Sync";
|
description = "The SyncServer server software, as used by Firefox Sync";
|
||||||
homepage = https://github.com/mozilla-services/server-syncstorage;
|
homepage = https://github.com/mozilla-services/server-syncstorage;
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user