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
commit f1d1c95595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
};
}