nix: set 'doCheck'
It ensures that the `checkInputs` are being made part of `nativeBuildInputs`.
This commit is contained in:
parent
331089d101
commit
09c628be60
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue