Author: raskin Date: 2010-07-05 12:47:35 +0000 (Mon, 05 Jul 2010) New Revision: 22477
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22477&view=rev Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix Log: Ejabberd will use old Erlang for now Changes: Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix =================================================================== --- nixpkgs/trunk/pkgs/top-level/all-packages.nix 2010-07-05 12:43:59 UTC (rev 22476) +++ nixpkgs/trunk/pkgs/top-level/all-packages.nix 2010-07-05 12:47:35 UTC (rev 22477) @@ -2738,6 +2738,10 @@ inherit fetchurl stdenv perl gnum4 ncurses openssl; }; + erlangR13B = import ../development/interpreters/erlang/R13B.nix { + inherit fetchurl stdenv perl gnum4 ncurses openssl; + }; + groovy = import ../development/interpreters/groovy { inherit stdenv fetchurl unzip; }; @@ -5820,7 +5824,8 @@ }; ejabberd = import ../servers/xmpp/ejabberd { - inherit fetchurl stdenv expat erlang zlib openssl pam lib; + inherit fetchurl stdenv expat zlib openssl pam lib; + erlang = erlangR13B ; }; couchdb = import ../servers/http/couchdb { _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
