Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 2fe5f5eada106d67d0c33f96fbc26c490f13d894
      
https://github.com/NixOS/nixpkgs/commit/2fe5f5eada106d67d0c33f96fbc26c490f13d894
  Author: Rok Garbas <[email protected]>
  Date:   2015-03-03 (Tue, 03 Mar 2015)

  Changed paths:
    M pkgs/applications/networking/irc/weechat/default.nix

  Log Message:
  -----------
  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.


_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to