Thank you, it works like a charm!
On Thu, May 1, 2014 at 10:29 AM, Cillian de Róiste < [email protected]> wrote: > > Hi, > > You can put the following in your configuration.nix: > > nixpkgs.config.packageOverrides = pkgs: { > erlang_wx = erlang.override { wxSupport = true; }; > }; > > I notice that `man configuration.nix` mentions packageOverrides is > described in the nixpkgs documentation, but I don't see it there. > Here's an example of something similar from the wiki: > https://nixos.org/wiki/How_to_enable_subpixel_rendering_in_freetype > > Cheers, > Cillian > > On Thu, May 1, 2014 at 4:57 AM, Strahinja Popovic <[email protected]> wrote: > > Hi, > > > > Graphical debugger for erlang is not working for me, giving following > > message: > > > > ERROR: Could not find 'wxe_driver.so' in: > > /nix/store/qwrw86k079q2klczqcfb38abgib19hfx-erlang-15B03/lib/erlang/lib/wx-0.99.2/priv > > > > In SVN revision 34372, cillian has added wxSupport to erlang, and I believe > > that this mostly would solve my problem. > > I have tried to enable this with 'nix-env --set-flag wxSupport true > > erlang', > > but this was a long-shot, and it didn't work. > > > > How should I set this? > > > > Best, > > Strahinja > > > > _______________________________________________ > > nix-dev mailing list > > [email protected] > > http://lists.science.uu.nl/mailman/listinfo/nix-dev > >
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
