scheme-bytestructures: set strictDeps

+2 -1
+2 -1
pkgs/development/scheme-modules/scheme-bytestructures/default.nix
··· 17 sha256 = "sha256-Wvs288K8BVjUuWvvzpDGBwOxL7mAXjVtgIwJAsQd0L4="; 18 }; 19 20 nativeBuildInputs = [ 21 - autoreconfHook pkg-config 22 ]; 23 buildInputs = [ 24 guile
··· 17 sha256 = "sha256-Wvs288K8BVjUuWvvzpDGBwOxL7mAXjVtgIwJAsQd0L4="; 18 }; 19 20 + strictDeps = true; 21 nativeBuildInputs = [ 22 + autoreconfHook guile pkg-config 23 ]; 24 buildInputs = [ 25 guile