forked from mirrors/nixpkgs
gpsd: Disable the tests
They bind to TCP ports and fail randomly: http://hydra.nixos.org/build/9905518
This commit is contained in:
parent
5ba0d51f68
commit
6167da54ea
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue