Whoops, tcl and which aren't needed

This commit is contained in:
Shea Levy 2013-01-21 18:30:11 -05:00
parent 5cbd865ce6
commit 79dac66415

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, which, tcl }:
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "redis-2.6.9";