interactive-html-bom: fix kicad dependency
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
fetchFromGitHub,
|
||||
kicad-small,
|
||||
lib,
|
||||
python3Packages,
|
||||
}:
|
||||
@@ -22,7 +21,7 @@ python3Packages.buildPythonApplication rec {
|
||||
dependencies = [
|
||||
python3Packages.jsonschema
|
||||
python3Packages.wxpython
|
||||
kicad-small
|
||||
python3Packages.kicad
|
||||
];
|
||||
|
||||
# has no tests
|
||||
|
||||
Reference in New Issue
Block a user