gpsd: delete useless line

This commit is contained in:
Adam Joseph
2022-07-28 15:12:25 +02:00
committed by Bjørn Forsman
parent c106fc4ba4
commit 248f618a57
-1
View File
@@ -109,7 +109,6 @@ stdenv.mkDerivation rec {
# remove binaries for x-less install because xgps sconsflag is partially broken
postFixup = ''
${if guiSupport then "" else "rm -f $out/bin/xgps*"}
wrapPythonProgramsIn $out/bin "$out $pythonPath"
'';