openroad: mark as broken (#353222)

This commit is contained in:
Theodore Ni 2024-11-03 07:43:04 -08:00 committed by GitHub
commit 6d6eb5b110
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,5 +128,6 @@ mkDerivation rec {
license = licenses.bsd3;
maintainers = with maintainers; [ trepetti ];
platforms = platforms.linux;
broken = true; # last successful build 2024-06-30
};
}