bitkeeper: mark as broken

+1
+1
pkgs/applications/version-management/bitkeeper/default.nix
··· 50 50 license = stdenv.lib.licenses.asl20; 51 51 platforms = stdenv.lib.platforms.linux; 52 52 maintainers = with stdenv.lib.maintainers; [ wscott thoughtpolice ]; 53 + broken = true; # seems to fail on recent glibc versions 53 54 }; 54 55 }