python39Packages.brotlicffi: fix typo

This commit is contained in:
Sandro Jäckel 2022-03-23 09:36:08 +01:00
parent 85a633de9f
commit 0aae37d6d9
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -34,7 +34,7 @@ buildPythonPackage rec {
export USE_SHARED_BROTLI=1
'';
# Test data is not available, only when using libbortli git checkout
# Test data is not available, only when using libbrotli git checkout
doCheck = false;
pythonImportsCheck = [ "brotlicffi" ];