bitkeeper: mark as broken

This commit is contained in:
Franz Pletz 2017-08-27 02:54:08 +02:00
parent e531f92b24
commit e04772230b
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ wscott thoughtpolice ];
broken = true; # seems to fail on recent glibc versions
};
}