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

This commit is contained in:
StepBroBD
2025-09-17 11:13:15 +00:00
committed by GitHub
+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
];