nix: mark package as broken

For some reason I get an error when building under nix...
This commit is contained in:
Bruno BELANYI 2021-08-23 01:04:13 +02:00
parent 7f81f5fa7c
commit f64c8775f3
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@
];
meta = with pkgs.lib; {
broken = true; # Only breaks under nix
description = "A simple calculator using big numbers";
homepage = "https://gitea.belanyi.fr/ambroisie/abacus";
license = licenses.mit;