scylladb: fix spacing in default.nix
This commit is contained in:
parent
7a4f48035b
commit
bbaaefd366
1 changed files with 2 additions and 0 deletions
|
@ -83,10 +83,12 @@ gcc8Stdenv.mkDerivation {
|
|||
configurePhase = ''
|
||||
./configure.py --mode=release
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
mkdir $out
|
||||
cp -r * $out/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "NoSQL data store using the seastar framework, compatible with Apache Cassandra";
|
||||
homepage = "https://scylladb.com";
|
||||
|
|
Loading…
Reference in a new issue