Add memcached

Patch by Corey O'Connor, see http://reviewboard.loegria.net/r/15/

svn path=/nixpkgs/trunk/; revision=33461
This commit is contained in:
Yury G. Kudryashov
2012-03-28 22:30:13 +00:00
parent 3551d159d8
commit ec15b98631
3 changed files with 23 additions and 0 deletions

View File

@@ -5100,6 +5100,8 @@ let
ffmpeg = ffmpeg_0_6_90;
};
memcached = callPackage ../servers/memcached {};
mod_python = callPackage ../servers/http/apache-modules/mod_python { };
mod_fastcgi = callPackage ../servers/http/apache-modules/mod_fastcgi { };