build-support/fetchpijul: Enable strictDeps

+1
+1
pkgs/build-support/fetchpijul/default.nix
··· 18 18 stdenvNoCC.mkDerivation { 19 19 inherit name; 20 20 nativeBuildInputs = [ pijul cacert ]; 21 + strictDeps = true; 21 22 22 23 dontUnpack = true; 23 24 dontConfigure = true;