diff --git a/pkgs/by-name/po/popsicle/package.nix b/pkgs/by-name/po/popsicle/package.nix index 8a60443de2af..5792c9348792 100644 --- a/pkgs/by-name/po/popsicle/package.nix +++ b/pkgs/by-name/po/popsicle/package.nix @@ -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";