mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
Merge pull request #202574 from robryk/brokentabula
tabula: mark as broken
This commit is contained in:
commit
f1d1c95595
@ -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