Skip to content
Commit 2fe5f5ea authored by Rok Garbas's avatar Rok Garbas
Browse files

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.
parent 7886bd95
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment