svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10811
This commit is contained in:
parent
a62b2564ba
commit
662bea8e0c
1 changed files with 6 additions and 0 deletions
|
@ -3537,6 +3537,12 @@ rec {
|
|||
inherit fetchurl stdenv openssh;
|
||||
};
|
||||
|
||||
openfireFun = lib.sumArgs (selectVersion ../servers/xmpp/openfire "3.4.5") {
|
||||
inherit builderDefs jre;
|
||||
};
|
||||
|
||||
openfire = openfireFun null;
|
||||
|
||||
postgresql = selectVersion ../servers/sql/postgresql "8.3.0" {
|
||||
inherit fetchurl stdenv readline ncurses zlib;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue