Fix up the description a bit

This commit is contained in:
Malcolm Matalka 2013-06-04 17:17:54 +02:00
parent 992f5b8d26
commit 1a282dcae6

View File

@ -52,9 +52,9 @@ stdenv.mkDerivation rec {
maintainers = stdenv.lib.maintainers.orbitz; maintainers = stdenv.lib.maintainers.orbitz;
description = "Dynamo inspired NoSQL DB by Basho"; description = "Dynamo inspired NoSQL DB by Basho";
longDescription = '' longDescription = ''
This reworks how the riak and riak-admin scripts work. Rather This patches the riak and riak-admin scripts to work better in Nix.
than the scripts using their own location to determine where the Rather than the scripts using their own location to determine where
data, log, and etc directories should live, the scripts expect the data, log, and etc directories should live, the scripts expect
RIAK_DATA_DIR, RIAK_LOG_DIR, and RIAK_ETC_DIR to be defined RIAK_DATA_DIR, RIAK_LOG_DIR, and RIAK_ETC_DIR to be defined
and use those. and use those.
'' ''