mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03: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 New Issue
Block a user