Comment out reference to nonexistent patch so that Hydra doesn't fail at evaluation

This commit is contained in:
Michael Raskin 2012-12-08 15:30:03 +04:00
parent f9ad750bdc
commit 0ee1e2ad41

View File

@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
makeFlags = "PREFIX=$(out)";
patches = if stdenv.isDarwin then [ ./darwin.patch ] else [];
# commented out until the patch is found
# patches = if stdenv.isDarwin then [ ./darwin.patch ] else [];
meta = {
homepage = http://redis.io;
description = "An open source, advanced key-value store";