Commit d11baac0 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

normcap: fix build when `doCheck=false;`

parent 351ec8a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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