nix: mark package as broken
For some reason I get an error when building under nix...
This commit is contained in:
parent
7f81f5fa7c
commit
f64c8775f3
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue