scrot: add versionCheckHook

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-05-16 04:52:14 -04:00
parent 5ba329e9c1
commit feaebf6fc1
+4
View File
@@ -12,6 +12,7 @@
libxinerama,
pkg-config,
libbsd,
versionCheckHook,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -44,6 +45,9 @@ stdenv.mkDerivation (finalAttrs: {
libbsd
];
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;
meta = {
homepage = "https://github.com/resurrecting-open-source-projects/scrot";
description = "Command-line screen capture utility";