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