redis: reference tests

This commit is contained in:
Jörg Thalheim 2019-11-29 12:25:42 +00:00
parent 571ed9d22e
commit b1f1c73b76
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, lua, jemalloc }:
{ stdenv, fetchurl, lua, jemalloc, nixosTests }:
stdenv.mkDerivation rec {
version = "5.0.6";
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
doCheck = false; # needs tcl
passthru.tests.redis = nixosTests.redis;
meta = with stdenv.lib; {
homepage = https://redis.io;
description = "An open source, advanced key-value store";