pythonPackages.powerline: Added file binding

This commit is contained in:
Justin Gerhardt 2020-05-05 03:50:15 +00:00 committed by Jon
parent 51472a9606
commit 840b5bf6ba

View File

@ -37,6 +37,10 @@ buildPythonPackage rec {
install -dm755 "$out/share/tmux"
install -m644 "powerline/bindings/tmux/powerline.conf" "$out/share/tmux/powerline.conf"
install -dm755 "$out/share/fish/vendor_functions.d"
install -m644 "powerline/bindings/fish/powerline-setup.fish" "$out/share/fish/vendor_functions.d/powerline-setup.fish"
'';
meta = {