lol

python3Packages.tinycss2: fix build

authored by

Edmund Wu and committed by
Jon
b169bfc9 84066b0a

+5
+5
pkgs/development/python-modules/tinycss2/default.nix
··· 36 36 37 37 checkInputs = [ pytest pytestrunner pytestcov pytest-flake8 pytest-isort ]; 38 38 39 + # https://github.com/PyCQA/pycodestyle/issues/598 40 + preCheck = '' 41 + printf "[flake8]\nignore=W504,E741,E126" >> setup.cfg 42 + ''; 43 + 39 44 meta = with lib; { 40 45 description = "Low-level CSS parser for Python"; 41 46 homepage = "https://github.com/Kozea/tinycss2";