picom: add version check hook
This commit is contained in:
parent
3b5b0af7c6
commit
cd518d05b1
@ -30,6 +30,7 @@
|
||||
xorgproto,
|
||||
xwininfo,
|
||||
withDebug ? false,
|
||||
versionCheckHook,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
@ -101,6 +102,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cp -r ../src $out/
|
||||
'';
|
||||
|
||||
nativeInstallCheckInputs = [
|
||||
versionCheckHook
|
||||
];
|
||||
|
||||
doInstallCheck = true;
|
||||
|
||||
passthru = {
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user