Merge pull request #256732 from NickCao/hjson
python310Packages.hjson: do not include pythonImportsCheckHook uncond…
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, python
|
||||
, pythonImportsCheckHook
|
||||
, makeWrapper
|
||||
}:
|
||||
|
||||
@@ -19,7 +18,7 @@ buildPythonPackage rec {
|
||||
sha256 = "1jc7j790rcqnhbrfj4lhnz3f6768dc55aij840wmx16jylfqpc2n";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper pythonImportsCheckHook ];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
pythonImportsCheck = [ "hjson" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user