libcap_ng: enable check
This commit is contained in:
parent
1a0d09ef52
commit
075b80a4ca
@ -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 = {
|
meta = {
|
||||||
changelog = "https://people.redhat.com/sgrubb/libcap-ng/ChangeLog";
|
changelog = "https://people.redhat.com/sgrubb/libcap-ng/ChangeLog";
|
||||||
description = "Library for working with POSIX capabilities";
|
description = "Library for working with POSIX capabilities";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user