gpsd: delete useless line

This commit is contained in:
Adam Joseph 2022-07-27 12:07:30 -07:00 committed by Bjørn Forsman
parent c106fc4ba4
commit 248f618a57

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"
'';