libcap_ng: add updateScript

This commit is contained in:
Grimmauld 2025-06-25 20:38:52 +02:00
parent 075b80a4ca
commit 6be5e909c5
No known key found for this signature in database

View File

@ -5,6 +5,7 @@
autoreconfHook,
swig,
testers,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
];
passthru = {
updateScript = nix-update-script { };
tests = {
pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
};