Merge pull request #202574 from robryk/brokentabula

tabula: mark as broken
This commit is contained in:
superherointj
2023-02-05 12:42:35 -03:00
committed by GitHub
@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = [ maintainers.dpaetzel ];
platforms = platforms.all;
broken = true; # on 2022-11-23 this package builds, but produces an executable that fails immediately
};
}