scylladb: fix spacing in default.nix
This commit is contained in:
parent
7a4f48035b
commit
bbaaefd366
@ -83,10 +83,12 @@ gcc8Stdenv.mkDerivation {
|
|||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
./configure.py --mode=release
|
./configure.py --mode=release
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
cp -r * $out/
|
cp -r * $out/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user