Skip to content

Commit d11baac

Browse files
committed
normcap: fix build when doCheck=false;
1 parent 351ec8a commit d11baac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/no/normcap/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ ps.buildPythonApplication rec {
6161
dependencies = [
6262
ps.pyside6
6363
ps.jeepney
64+
ps.toml
6465
];
6566

6667
preFixup = ''
@@ -103,7 +104,6 @@ ps.buildPythonApplication rec {
103104
ps.pytest-cov-stub
104105
ps.pytest-instafail
105106
ps.pytest-qt
106-
ps.toml
107107
] ++ lib.optionals stdenv.hostPlatform.isLinux [
108108
ps.pytest-xvfb
109109
xorg.xvfb

0 commit comments

Comments
 (0)