scrot: add versionCheckHook
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user