Skip to content

Commit

Permalink
nixos-anywhere-pxe packege: add missing dependency (netaddr)
Browse files Browse the repository at this point in the history
  • Loading branch information
pogobanane committed Sep 19, 2023
1 parent cf48c8c commit 412bc29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/nixos_anywhere_pxe/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ let
nativeBuildInputs = [
python3.pkgs.setuptools
];
propagatedBuildInputs = [
python3.pkgs.netaddr
];
passthru.tests = { inherit nixos-anywhere-pxe-mypy; };
passthru.devDependencies = devDependencies;
pythonImportsCheck = [
"netaddr"
];
};

checkPython = python3.withPackages (_ps: devDependencies);
Expand Down

0 comments on commit 412bc29

Please sign in to comment.