Unverified Commit b702ba8f authored by Yifei Sun's avatar Yifei Sun Committed by GitHub
Browse files

gpsd: fix ubxtool failed to import pyserial (#442603)

parents 884b39a4 12e1455d
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
  ];