lol

python3Packages.aiowinreg: fix build, add missing dep

authored by

Jonathan Ringer and committed by
Martin Weinelt
de71eb89 8d199b09

+3
+3
pkgs/development/python-modules/aiowinreg/default.nix
··· 2 2 , buildPythonPackage 3 3 , fetchPypi 4 4 , pythonOlder 5 + , winacl 5 6 }: 6 7 7 8 buildPythonPackage rec { ··· 14 15 inherit pname version; 15 16 sha256 = "096663ec3db35fdc7ccc1c2d0d64a11cf64f4baa48955088e42b6a649ce418a5"; 16 17 }; 18 + 19 + propagatedBuildInputs = [ winacl ]; 17 20 18 21 # Project doesn't have tests 19 22 doCheck = false;