pyxel: Replace unsupported dontCheck with doCheck attribute

This commit is contained in:
Alexis Hildebrandt 2024-05-18 19:07:26 +02:00
parent a920e03e41
commit 76a4e74b2d

View File

@ -56,7 +56,7 @@ python3.pkgs.buildPythonApplication rec {
env.NIX_CFLAGS_COMPILE = "-I${lib.getDev SDL2}/include/SDL2";
# Tests can't use the display
dontCheck = true;
doCheck = false;
pythonImportsCheck = [
"pyxel"