Merge pull request #256734 from NickCao/screentest

screentest: fix cross compilation, set strictDeps
This commit is contained in:
Weijia Wang
2023-09-22 21:32:50 +02:00
committed by GitHub
+6 -1
View File
@@ -18,13 +18,18 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-TJ47c77vQ/aRBJ2uEiFLuAR4dd4CMEo+iAAx0HCFbmA=";
};
strictDeps = true;
nativeBuildInputs = [
autoreconfHook
intltool
pkg-config
gtk2 # for autoconf macros
];
buildInputs = [ gtk2 ];
buildInputs = [
gtk2
];
meta = with lib; {
description = "A simple screen testing tool";