mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 07:48:58 +00:00
scylladb: don't build on Hydra; /cc PR #70576
This commit is contained in:
parent
a9435c8db8
commit
8ae02b57c6
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue