scylladb: fix eval
This commit is contained in:
parent
e8bc181154
commit
c0d5833156
@ -89,12 +89,13 @@ gcc8Stdenv.mkDerivation {
|
|||||||
cp -r * $out/
|
cp -r * $out/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
requiredSystemFeatures = [ "big-parallel" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "NoSQL data store using the seastar framework, compatible with Apache Cassandra";
|
description = "NoSQL data store using the seastar framework, compatible with Apache Cassandra";
|
||||||
homepage = "https://scylladb.com";
|
homepage = "https://scylladb.com";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.farlion ];
|
maintainers = [ stdenv.lib.maintainers.farlion ];
|
||||||
requiredSystemFeatures = [ "big-parallel" ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user