build-support/fetchpijul: Enable strictDeps

This commit is contained in:
Nikodem Rabuliński 2023-12-06 18:38:19 +01:00
parent bf3fb8a255
commit b9c45ec6b8
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ else
stdenvNoCC.mkDerivation {
inherit name;
nativeBuildInputs = [ pijul cacert ];
strictDeps = true;
dontUnpack = true;
dontConfigure = true;