summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2023-02-05 12:42:35 -0300
committerGitHub <noreply@github.com>2023-02-05 12:42:35 -0300
commitf1d1c9559553f4beea1093a84c80be09d47ddd37 (patch)
tree0243897b1d250fcb0e4dfaf07f4e9ea777604ec2
parent711b4d8dc414aa5604db922c4f3c72e2c4a6f679 (diff)
parent2b14eec435ad7b4e7a3ca571458b176ef0367039 (diff)
Merge pull request #202574 from robryk/brokentabula
tabula: mark as broken
-rw-r--r--pkgs/applications/misc/tabula/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/misc/tabula/default.nix b/pkgs/applications/misc/tabula/default.nix
index d2978ec7bd32..ec2ded975fed 100644
--- a/pkgs/applications/misc/tabula/default.nix
+++ b/pkgs/applications/misc/tabula/default.nix
@@ -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
};
}