Merge pull request #165410 from SuperSandro2000/brotlicffi

python39Packages.brotlicffi: fix typo

authored by

Fabian Affolter and committed by
GitHub
effc3616 f2c34469

+1 -1
+1 -1
pkgs/development/python-modules/brotlicffi/default.nix
··· 34 34 export USE_SHARED_BROTLI=1 35 35 ''; 36 36 37 - # Test data is not available, only when using libbortli git checkout 37 + # Test data is not available, only when using libbrotli git checkout 38 38 doCheck = false; 39 39 40 40 pythonImportsCheck = [ "brotlicffi" ];