Commit 92321fcd authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.pylance: requires C++ protobuf rather than Python

parent 22be972c
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
@@ -10254,7 +10254,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 { };