Making wings work (it works with the old erlang).

This commit is contained in:
Lluís Batlle i Rossell 2013-03-27 15:38:09 +01:00
parent 673baa12e4
commit 99c65b6693

View File

@ -7983,7 +7983,10 @@ let
weechat = callPackage ../applications/networking/irc/weechat { };
wings = callPackage ../applications/graphics/wings { };
wings = callPackage ../applications/graphics/wings {
erlang = erlangR14B04;
esdl = esdl.override { erlang = erlangR14B04; };
};
wmname = callPackage ../applications/misc/wmname { };