guile-sqlite3: set strictDeps

+2
+2
pkgs/development/guile-modules/guile-sqlite3/default.nix
··· 20 sha256 = "sha256-C1a6lMK4O49043coh8EQkTWALrPolitig3eYf+l+HmM="; 21 }; 22 23 nativeBuildInputs = [ 24 autoreconfHook 25 pkg-config 26 texinfo 27 ];
··· 20 sha256 = "sha256-C1a6lMK4O49043coh8EQkTWALrPolitig3eYf+l+HmM="; 21 }; 22 23 + strictDeps = true; 24 nativeBuildInputs = [ 25 autoreconfHook 26 + guile 27 pkg-config 28 texinfo 29 ];