build-support/fetchpijul: Enable strictDeps

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