popsicle: enable versionCheckHook
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user