tomlplusplus: enable checks

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2024-09-01 16:02:52 +02:00
parent 2d09cfe396
commit 40100a5851

View File

@@ -1,6 +1,7 @@
{
cmake,
fetchFromGitHub,
glibcLocales,
lib,
meson,
ninja,
@@ -28,6 +29,13 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
];
checkInputs = [
glibcLocales
];
doCheck = true;
mesonFlags = [ "-Dbuild_tests=${lib.boolToString finalAttrs.doCheck}" ];
passthru = {
updateScript = nix-update-script { };
tests.pkg-config = testers.hasPkgConfigModules {