nix: remove 'meta.broken'

Now that we actually install the program...
This commit is contained in:
Bruno BELANYI 2021-08-31 20:20:30 +02:00
parent edd8d1f329
commit ac6b633c89
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@
];
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;