pods: add versionCheckHook

(cherry picked from commit de228a6a48)
This commit is contained in:
Benjamin Sparks
2025-10-24 22:07:57 +02:00
committed by github-actions[bot]
parent 5ca85acf79
commit bce7ead8ba

View File

@@ -18,6 +18,7 @@
libadwaita,
libpanel,
vte-gtk4,
versionCheckHook,
nix-update-script,
}:
@@ -66,6 +67,10 @@ stdenv.mkDerivation rec {
vte-gtk4
];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
passthru = {
updateScript = nix-update-script { };
};