normcap: fix build when doCheck=false;

This commit is contained in:
Peder Bergebakken Sundt
2024-10-27 23:21:33 +01:00
parent 351ec8a922
commit d11baac0c2
+1 -1
View File
@@ -61,6 +61,7 @@ ps.buildPythonApplication rec {
dependencies = [
ps.pyside6
ps.jeepney
ps.toml
];
preFixup = ''
@@ -103,7 +104,6 @@ ps.buildPythonApplication rec {
ps.pytest-cov-stub
ps.pytest-instafail
ps.pytest-qt
ps.toml
] ++ lib.optionals stdenv.hostPlatform.isLinux [
ps.pytest-xvfb
xorg.xvfb