Unverified Commit 12e1455d authored by Yifei Sun's avatar Yifei Sun
Browse files

gpsd: fix ubxtool failed to import pyserial

parent 2ca437b4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -74,7 +74,10 @@ stdenv.mkDerivation rec {
    pango
  ];

  pythonPath = lib.optionals guiSupport [
  pythonPath = [
    python3Packages.pyserial
  ]
  ++ lib.optionals guiSupport [
    python3Packages.pygobject3
    python3Packages.pycairo
  ];