guile-git: set strictDeps

This commit is contained in:
Weijia Wang
2023-10-22 02:36:25 +02:00
parent 3cb477b7ee
commit 506cb9e268
@@ -20,8 +20,9 @@ stdenv.mkDerivation rec {
sha256 = "x6apF9fmwzrkyzAexKjClOTFrbE31+fVhSLyFZkKRYU=";
};
strictDeps = true;
nativeBuildInputs = [
autoreconfHook pkg-config texinfo
autoreconfHook guile pkg-config texinfo
];
buildInputs = [
guile