guile-git: set strictDeps

+2 -1
+2 -1
pkgs/development/guile-modules/guile-git/default.nix
··· 20 sha256 = "x6apF9fmwzrkyzAexKjClOTFrbE31+fVhSLyFZkKRYU="; 21 }; 22 23 nativeBuildInputs = [ 24 - autoreconfHook pkg-config texinfo 25 ]; 26 buildInputs = [ 27 guile
··· 20 sha256 = "x6apF9fmwzrkyzAexKjClOTFrbE31+fVhSLyFZkKRYU="; 21 }; 22 23 + strictDeps = true; 24 nativeBuildInputs = [ 25 + autoreconfHook guile pkg-config texinfo 26 ]; 27 buildInputs = [ 28 guile