scylladb: mark as broken

The package does not build due to changes in Boost.
This commit is contained in:
Thomas Gerbet 2021-01-25 17:06:31 +01:00
parent 3d4ee7c660
commit 88033a4862

View file

@ -98,5 +98,6 @@ gcc8Stdenv.mkDerivation {
platforms = lib.platforms.linux;
hydraPlatforms = []; # It's huge ATM, about 18 GB.
maintainers = [ lib.maintainers.farlion ];
broken = true;
};
}