mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
remove with
expression
This commit is contained in:
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";
|
||||
|
Loading…
Reference in New Issue
Block a user