mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
redis: disable tests
This commit is contained in:
parent
51cddcfcd6
commit
7cd3de615d
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = false; # needs tcl
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://redis.io;
|
||||
description = "An open source, advanced key-value store";
|
||||
|
Loading…
Reference in New Issue
Block a user