nix: set 'doCheck'

It ensures that the `checkInputs` are being made part of
`nativeBuildInputs`.
This commit is contained in:
Bruno BELANYI 2021-09-01 19:34:33 +02:00
parent 331089d101
commit 09c628be60
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@
gtest
];
doCheck = true;
meta = with pkgs.lib; {
description = "A simple calculator using big numbers";
homepage = "https://gitea.belanyi.fr/ambroisie/abacus";