scylladb: fix spacing in default.nix

This commit is contained in:
Florian Peter 2019-10-07 13:21:11 +08:00
parent 7a4f48035b
commit bbaaefd366

View file

@ -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";