Merge pull request #256732 from NickCao/hjson

python310Packages.hjson: do not include pythonImportsCheckHook uncond…
This commit is contained in:
Benjamin Hipple 2024-01-07 09:42:11 -05:00 committed by GitHub
commit a4c749e07c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchFromGitHub
, python
, pythonImportsCheckHook
, makeWrapper
}:
@ -19,7 +18,7 @@ buildPythonPackage rec {
sha256 = "1jc7j790rcqnhbrfj4lhnz3f6768dc55aij840wmx16jylfqpc2n";
};
nativeBuildInputs = [ makeWrapper pythonImportsCheckHook ];
nativeBuildInputs = [ makeWrapper ];
pythonImportsCheck = [ "hjson" ];