3
0
Fork 0
forked from mirrors/nixpkgs

zombietrackergps: mark broken

This commit is contained in:
K900 2023-03-12 16:13:18 +03:00
parent 6a988452ed
commit b0cdb866af

View file

@ -62,5 +62,6 @@ mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ sohalt ];
platforms = platforms.linux;
broken = true; # doesn't build with latest Marble
};
}