Making wings work (it works with the old erlang).
This commit is contained in:
parent
673baa12e4
commit
99c65b6693
pkgs/top-level
|
@ -7983,7 +7983,10 @@ let
|
||||||
|
|
||||||
weechat = callPackage ../applications/networking/irc/weechat { };
|
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 { };
|
wmname = callPackage ../applications/misc/wmname { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue