mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 18:27:34 +00:00
tabula: mark as broken
The resulting executable fails with, among others, the following error: ``` org.jruby.rack.RackInitializationException: load error: /tmp/jetty-0.0.0.0-8080-tabula.jar-_-any-3187750518228613870.dir/webapp/WEB-INF/webapp/tabula_web -- java.lang.reflect.InaccessibleObjectException: Unable to make field public static final int java.util.zip.ZipConstants.ENDSIZ accessible: module java.base does not "opens java.util.zip" to unnamed module @4985cbcb ``` Working it around with `--add-opens` causes it to start, but to fail on any HTTP requests received without producing a useful error message in response or on std{out,err}.
This commit is contained in:
parent
176d2084b5
commit
2b14eec435
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user