gpsd: fix ubxtool failed to import pyserial (#442603)
This commit is contained in:
@@ -74,7 +74,10 @@ stdenv.mkDerivation rec {
|
||||
pango
|
||||
];
|
||||
|
||||
pythonPath = lib.optionals guiSupport [
|
||||
pythonPath = [
|
||||
python3Packages.pyserial
|
||||
]
|
||||
++ lib.optionals guiSupport [
|
||||
python3Packages.pygobject3
|
||||
python3Packages.pycairo
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user