remove with expression

This commit is contained in:
legendofmiracles 2021-11-06 20:16:15 -06:00
parent c3ddce527d
commit a2448316fd
No known key found for this signature in database
GPG Key ID: 19B082B3DEFE5451

View File

@ -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";