On Thu, Oct 16, 2014 at 5:17 PM, [email protected]
<[email protected]> wrote:
> How is this type of problem usually solved in other nix packages?


you can have a look at the very recent pidgin-with-plugins package.
>From a user point of view, it looks like this

environment.systemPackages = with pkgs; [
     (pidgin-with-plugins.override { plugins = [ pidginotr ]; })
]


-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Success is the ability to go from one failure to another without
losing enthusiasm."
Winston Churchill
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to