Adding the reference to bird

This commit is contained in:
Lluís Batlle i Rossell 2013-09-15 11:38:52 +02:00
parent 9dcca4e3f5
commit 00abf42fc6

View File

@ -5988,6 +5988,8 @@ let
bind = callPackage ../servers/dns/bind { }; bind = callPackage ../servers/dns/bind { };
bird = callPackage ../servers/bird { };
couchdb = callPackage ../servers/http/couchdb { couchdb = callPackage ../servers/http/couchdb {
spidermonkey = spidermonkey_185; spidermonkey = spidermonkey_185;
}; };