nix: set 'doCheck'
It ensures that the `checkInputs` are being made part of `nativeBuildInputs`.
This commit is contained in:
parent
331089d101
commit
09c628be60
|
@ -86,6 +86,8 @@
|
||||||
gtest
|
gtest
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = with pkgs.lib; {
|
meta = with pkgs.lib; {
|
||||||
description = "A simple calculator using big numbers";
|
description = "A simple calculator using big numbers";
|
||||||
homepage = "https://gitea.belanyi.fr/ambroisie/abacus";
|
homepage = "https://gitea.belanyi.fr/ambroisie/abacus";
|
||||||
|
|
Loading…
Reference in a new issue