pyxel: Replace unsupported dontCheck with doCheck attribute
This commit is contained in:
parent
a920e03e41
commit
76a4e74b2d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user