mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Making wings work (it works with the old erlang).
This commit is contained in:
parent
673baa12e4
commit
99c65b6693
@ -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
Block a user