mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
redis: reference tests
This commit is contained in:
parent
571ed9d22e
commit
b1f1c73b76
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user