[Nix-dev] how to write nix expressions for packages that have plugins
Damien Cassou
damien.cassou at gmail.com
Wed Oct 29 16:32:35 CET 2014
On Thu, Oct 16, 2014 at 5:17 PM, cdep.illabout at gmail.com
<cdep.illabout at gmail.com> 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
More information about the nix-dev
mailing list