libcap_ng: add updateScript
This commit is contained in:
parent
075b80a4ca
commit
6be5e909c5
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user