picom: add version check hook
This commit is contained in:
@@ -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 { };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user