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