nixpkgs/pkgs/applications/networking/irc/weechat
Rok Garbas 2fe5f5eada weechat: extending expression with extraBuildInputs
make it easily possible to extend current buildInputs using override function.
eg.:

  weechat.override { extraBuildInputs = [ pythonPackages.pync ]; }

i've removed pync since its plugin dependency which can now be added via
extraBuildInputs.
2015-03-03 09:46:23 +01:00
..
default.nix weechat: extending expression with extraBuildInputs 2015-03-03 09:46:23 +01:00