mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
python-osc: add missing run-time dependency
This commit is contained in:
parent
2c933ce2ac
commit
3cb60362b7
@ -9117,7 +9117,7 @@ in {
|
|||||||
sha256 = "0hh9j5zd2kc0804d2jmf1q3w5xm9l9s69hhgysbncrv5fw0414lh";
|
sha256 = "0hh9j5zd2kc0804d2jmf1q3w5xm9l9s69hhgysbncrv5fw0414lh";
|
||||||
};
|
};
|
||||||
buildInputs = with pkgs; [ bashInteractive ]; # needed for bash-completion helper
|
buildInputs = with pkgs; [ bashInteractive ]; # needed for bash-completion helper
|
||||||
propagatedBuildInputs = with self; [ urlgrabber m2crypto pyyaml ];
|
propagatedBuildInputs = with self; [ urlgrabber m2crypto pyyaml lxml ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
ln -s $out/bin/osc-wrapper.py $out/bin/osc
|
ln -s $out/bin/osc-wrapper.py $out/bin/osc
|
||||||
install -D -m444 osc.fish $out/etc/fish/completions/osc.fish
|
install -D -m444 osc.fish $out/etc/fish/completions/osc.fish
|
||||||
|
Loading…
Reference in New Issue
Block a user