Comment out reference to nonexistent patch so that Hydra doesn't fail at evaluation
This commit is contained in:
parent
f9ad750bdc
commit
0ee1e2ad41
|
@ -12,7 +12,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
makeFlags = "PREFIX=$(out)";
|
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 = {
|
meta = {
|
||||||
homepage = http://redis.io;
|
homepage = http://redis.io;
|
||||||
description = "An open source, advanced key-value store";
|
description = "An open source, advanced key-value store";
|
||||||
|
|
Loading…
Reference in New Issue