hello: use also versionCheckHook
This commit is contained in:
parent
d69284079e
commit
42a85f4735
@ -4,6 +4,7 @@
|
||||
, fetchurl
|
||||
, nixos
|
||||
, testers
|
||||
, versionCheckHook
|
||||
, hello
|
||||
}:
|
||||
|
||||
@ -19,6 +20,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
doCheck = true;
|
||||
|
||||
doInstallCheck = true;
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
|
||||
# Give hello some install checks for testing purpose.
|
||||
postInstallCheck = ''
|
||||
|
Loading…
Reference in New Issue
Block a user