nixpkgs/pkgs/servers/gpsd
Adam Joseph c106fc4ba4 gpsd: unbreak the build for guiSupport=false
The `rm $out/bin/xgps*` command fails because that file is not there in the first place.  Let's change it to `rm -f $out/bin/xgps*` so we can build with `guiSupport=false`.
2022-07-28 15:12:25 +02:00
..
default.nix gpsd: unbreak the build for guiSupport=false 2022-07-28 15:12:25 +02:00
sconstruct-env-fixes.patch