Skip to content

Commit 94dca88

Browse files
committed
interactive-html-bom: fix kicad dependency
1 parent 26c186c commit 94dca88

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkgs/by-name/in/interactive-html-bom/package.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
fetchFromGitHub,
3-
kicad-small,
43
lib,
54
python3Packages,
65
}:
@@ -22,7 +21,7 @@ python3Packages.buildPythonApplication rec {
2221
dependencies = [
2322
python3Packages.jsonschema
2423
python3Packages.wxpython
25-
kicad-small
24+
python3Packages.kicad
2625
];
2726

2827
# has no tests

0 commit comments

Comments
 (0)