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 = '' 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";