Add deps to propagated build inputs in plover-plugins-manager

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-16 21:40:28 +01:00
parent edf27c032f
commit 611be4411b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -13,7 +13,7 @@ with pkgs; rec {
rev = "0.7.0"; rev = "0.7.0";
sha256 = "sha256-+ASEFxjIeqOwwIwojOltA4nAG/HMz+px+wMXuCOc+Dw="; sha256 = "sha256-+ASEFxjIeqOwwIwojOltA4nAG/HMz+px+wMXuCOc+Dw=";
}; };
propagatedBuildInputs = [plover setuptools]; propagatedBuildInputs = [pip pkginfo plover pygments readme_renderer requests requests-cache requests-futures setuptools wheel];
}; };
plover-stroke = with python3Packages; plover-stroke = with python3Packages;
buildPythonPackage rec { buildPythonPackage rec {