6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "sha256-J9nPGxDkLQje6AkL9cewNqmQ7Z+00TXBEr3p71E2cnE=";
15 # LICENSE file missing from src
16 # https://github.com/mattgiles/mujson/issues/8
18 substituteInPlace setup.cfg \
19 --replace "license_file = LICENSE" ""
24 pythonImportsCheck = [ "mujson" ];
27 description = "Use the fastest JSON functions available at import time";
28 homepage = "https://github.com/mattgiles/mujson";
29 license = licenses.mit;
30 maintainers = with maintainers; [ artturin ];