lol

gpsd: delete useless line

authored by

Adam Joseph and committed by
Bjørn Forsman
248f618a c106fc4b

-1
-1
pkgs/servers/gpsd/default.nix
··· 109 109 110 110 # remove binaries for x-less install because xgps sconsflag is partially broken 111 111 postFixup = '' 112 - ${if guiSupport then "" else "rm -f $out/bin/xgps*"} 113 112 wrapPythonProgramsIn $out/bin "$out $pythonPath" 114 113 ''; 115 114