diff --git a/pkgs/servers/scylladb/default.nix b/pkgs/servers/scylladb/default.nix index 6f8f925602a6..2304a72882bd 100644 --- a/pkgs/servers/scylladb/default.nix +++ b/pkgs/servers/scylladb/default.nix @@ -89,12 +89,13 @@ gcc8Stdenv.mkDerivation { cp -r * $out/ ''; + requiredSystemFeatures = [ "big-parallel" ]; + meta = with stdenv.lib; { description = "NoSQL data store using the seastar framework, compatible with Apache Cassandra"; homepage = "https://scylladb.com"; license = licenses.agpl3; platforms = stdenv.lib.platforms.linux; maintainers = [ stdenv.lib.maintainers.farlion ]; - requiredSystemFeatures = [ "big-parallel" ]; }; }