python-osc: add missing run-time dependency

This commit is contained in:
Peter Simons 2018-05-28 22:25:46 +02:00
parent 2c933ce2ac
commit 3cb60362b7

View file

@ -9117,7 +9117,7 @@ in {
sha256 = "0hh9j5zd2kc0804d2jmf1q3w5xm9l9s69hhgysbncrv5fw0414lh";
};
buildInputs = with pkgs; [ bashInteractive ]; # needed for bash-completion helper
propagatedBuildInputs = with self; [ urlgrabber m2crypto pyyaml ];
propagatedBuildInputs = with self; [ urlgrabber m2crypto pyyaml lxml ];
postInstall = ''
ln -s $out/bin/osc-wrapper.py $out/bin/osc
install -D -m444 osc.fish $out/etc/fish/completions/osc.fish