4 , pythonImportsCheckHook
8 buildPythonPackage rec {
12 # N.B. pypi src tarball does not have tests
13 src = fetchFromGitHub {
17 sha256 = "1jc7j790rcqnhbrfj4lhnz3f6768dc55aij840wmx16jylfqpc2n";
20 nativeBuildInputs = [ makeWrapper pythonImportsCheckHook ];
22 pythonImportsCheck = [ "hjson" ];
26 wrapProgram $out/bin/hjson --set PYTHONPATH "$PYTHONPATH"
30 description = "A user interface for JSON";
31 homepage = "https://github.com/hjson/hjson-py";
32 license = licenses.mit;
33 maintainers = with maintainers; [ bhipple ];