From b0cdb866af6f9189fd26946aa188fa6cefe93426 Mon Sep 17 00:00:00 2001 From: K900 Date: Sun, 12 Mar 2023 16:13:18 +0300 Subject: [PATCH] zombietrackergps: mark broken --- pkgs/applications/gis/zombietrackergps/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/gis/zombietrackergps/default.nix b/pkgs/applications/gis/zombietrackergps/default.nix index f73748d420b2..47a4329ae19d 100644 --- a/pkgs/applications/gis/zombietrackergps/default.nix +++ b/pkgs/applications/gis/zombietrackergps/default.nix @@ -62,5 +62,6 @@ mkDerivation rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ sohalt ]; platforms = platforms.linux; + broken = true; # doesn't build with latest Marble }; }