guile-lib: set strictDeps

+2
+2
pkgs/development/guile-modules/guile-lib/default.nix
··· 16 hash = "sha256-5O87hF8SGILHwM8E+BocuP02DG9ktWuGjeVUYhT5BN4="; 17 }; 18 19 nativeBuildInputs = [ 20 autoreconfHook 21 pkg-config 22 ]; 23 buildInputs = [
··· 16 hash = "sha256-5O87hF8SGILHwM8E+BocuP02DG9ktWuGjeVUYhT5BN4="; 17 }; 18 19 + strictDeps = true; 20 nativeBuildInputs = [ 21 autoreconfHook 22 + guile 23 pkg-config 24 ]; 25 buildInputs = [