mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
python3Packages.aiowinreg: fix build, add missing dep
This commit is contained in:
parent
8d199b0908
commit
de71eb8973
@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, winacl
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -15,6 +16,8 @@ buildPythonPackage rec {
|
||||
sha256 = "096663ec3db35fdc7ccc1c2d0d64a11cf64f4baa48955088e42b6a649ce418a5";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ winacl ];
|
||||
|
||||
# Project doesn't have tests
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "aiowinreg" ];
|
||||
|
Loading…
Reference in New Issue
Block a user