Unverified Commit 1d7098a7 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.pylance: requires C++ protobuf rather than Python (#349950)

parents c582763c 92321fcd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ buildPythonPackage rec {

  nativeBuildInputs = [
    pkg-config
    protobuf # for protoc
    rustPlatform.cargoSetupHook
  ];

+3 −1
Original line number Diff line number Diff line
@@ -10292,7 +10292,9 @@ self: super: with self; {
  pykrakenapi = callPackage ../development/python-modules/pykrakenapi { };
  pylance = callPackage ../development/python-modules/pylance { };
  pylance = callPackage ../development/python-modules/pylance {
    inherit (pkgs) protobuf;
  };
  pylddwrap = callPackage ../development/python-modules/pylddwrap { };