build-support/fetchpijul: Enable strictDeps
This commit is contained in:
parent
bf3fb8a255
commit
b9c45ec6b8
@ -18,6 +18,7 @@ else
|
||||
stdenvNoCC.mkDerivation {
|
||||
inherit name;
|
||||
nativeBuildInputs = [ pijul cacert ];
|
||||
strictDeps = true;
|
||||
|
||||
dontUnpack = true;
|
||||
dontConfigure = true;
|
||||
|
Loading…
Reference in New Issue
Block a user