Commit 2240b280 authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.kicad-python: fix build

parent 357e3dad
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  fetchFromGitLab,
  poetry-core,
  protoletariat,
  mypy-protobuf,
  mypy-protobuf_3_6,
  pkgs,
  protobuf,
  pynng,
@@ -34,13 +34,12 @@ buildPythonPackage (finalAttrs: {
  dependencies = [
    protobuf
    pynng
    mypy-protobuf
  ]
  ++ (lib.optional (pythonOlder "3.13") typing-extensions);

  nativeBuildInputs = [
    pkgs.protobuf
    mypy-protobuf
    mypy-protobuf_3_6
    gitMinimal
  ];