1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-16 15:58:36 +00:00

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 { };
bird = callPackage ../servers/bird { };
couchdb = callPackage ../servers/http/couchdb {
spidermonkey = spidermonkey_185;
};