mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 03:23:20 +00:00
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
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
doCheck = false;
|
||||
|
||||
checkPhase = ''
|
||||
export LD_LIBRARY_PATH="$PWD"
|
||||
|
|
Loading…
Reference in a new issue