gpsd: fix ubxtool failed to import pyserial

This commit is contained in:
Yifei Sun
2025-09-13 13:54:35 +02:00
parent 2ca437b479
commit 12e1455d34
+4 -1
View File
@@ -74,7 +74,10 @@ stdenv.mkDerivation rec {
pango
];
pythonPath = lib.optionals guiSupport [
pythonPath = [
python3Packages.pyserial
]
++ lib.optionals guiSupport [
python3Packages.pygobject3
python3Packages.pycairo
];