remove with expression

This commit is contained in:
legendofmiracles
2021-11-08 08:27:25 -06:00
parent c3ddce527d
commit a2448316fd
@@ -10,8 +10,8 @@ let
click = self.callPackage ../../../development/python-modules/click/7.nix { };
};
};
inherit (py.pkgs) buildPythonPackage click pytestCheckHook;
in
with py.pkgs;
buildPythonPackage rec {
pname = "pur";