gpsd: Disable the tests

They bind to TCP ports and fail randomly:

http://hydra.nixos.org/build/9905518
This commit is contained in:
Eelco Dolstra 2014-03-31 11:23:44 +02:00
parent 5ba0d51f68
commit 6167da54ea

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
systemd=yes udevdir="$out/lib/udev" chrpath=no systemd=yes udevdir="$out/lib/udev" chrpath=no
''; '';
doCheck = true; doCheck = false;
checkPhase = '' checkPhase = ''
export LD_LIBRARY_PATH="$PWD" export LD_LIBRARY_PATH="$PWD"