forked from mirrors/nixpkgs
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)";
|
||||
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue