build-support/fetchpijul: Enable strictDeps
This commit is contained in:
parent
bf3fb8a255
commit
b9c45ec6b8
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ else
|
|||
stdenvNoCC.mkDerivation {
|
||||
inherit name;
|
||||
nativeBuildInputs = [ pijul cacert ];
|
||||
strictDeps = true;
|
||||
|
||||
dontUnpack = true;
|
||||
dontConfigure = true;
|
||||
|
|
Loading…
Reference in a new issue