popsicle: enable versionCheckHook

This commit is contained in:
Pol Dellaiera
2025-10-01 10:06:32 +02:00
parent 81337e47e0
commit abcd6e77d2
+5
View File
@@ -10,6 +10,7 @@
wrapGAppsHook3,
gdk-pixbuf,
gtk3,
versionCheckHook,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -47,6 +48,10 @@ stdenv.mkDerivation (finalAttrs: {
"prefix=$(out)"
];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
versionCheckProgramArg = "--version";
meta = {
description = "Multiple USB File Flasher";
homepage = "https://github.com/pop-os/popsicle";