gpsd: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:06 +01:00
parent b84edca4c5
commit d08fc48ef4
+1 -1
View File
@@ -124,7 +124,7 @@ stdenv.mkDerivation (finalAttrs: {
# remove binaries for x-less install because xgps sconsflag is partially broken
postFixup = ''
wrapPythonProgramsIn $out/bin "$out $pythonPath"
wrapPythonProgramsIn $out/bin "$out ''${pythonPath[*]}"
'';
meta = {