libcap_ng: enable check

This commit is contained in:
Grimmauld 2025-06-25 20:29:18 +02:00
parent 1a0d09ef52
commit 075b80a4ca
No known key found for this signature in database

View File

@ -47,6 +47,10 @@ stdenv.mkDerivation (finalAttrs: {
};
};
# assumption: build machine runs linux kernel 5.0 or newer
# see https://github.com/stevegrubb/libcap-ng?tab=readme-ov-file#note-to-distributions
doCheck = true;
meta = {
changelog = "https://people.redhat.com/sgrubb/libcap-ng/ChangeLog";
description = "Library for working with POSIX capabilities";