mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
scylladb: don't build on Hydra; /cc PR #70576
This commit is contained in:
@@ -96,6 +96,7 @@ gcc8Stdenv.mkDerivation {
|
||||
homepage = "https://scylladb.com";
|
||||
license = licenses.agpl3;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = []; # It's huge ATM, about 18 GB.
|
||||
maintainers = [ stdenv.lib.maintainers.farlion ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user