mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #256732 from NickCao/hjson
python310Packages.hjson: do not include pythonImportsCheckHook uncond…
This commit is contained in:
commit
a4c749e07c
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, python
|
||||
, pythonImportsCheckHook
|
||||
, makeWrapper
|
||||
}:
|
||||
|
||||
|
@ -19,7 +18,7 @@ buildPythonPackage rec {
|
|||
sha256 = "1jc7j790rcqnhbrfj4lhnz3f6768dc55aij840wmx16jylfqpc2n";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper pythonImportsCheckHook ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
pythonImportsCheck = [ "hjson" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue