Set strictDeps to true on all our packages

This commit is contained in:
2025-12-09 12:23:05 +01:00
parent 1d3bda33a0
commit 21d9e132aa
26 changed files with 33 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
dontStrip = true;
strictDeps = true;
preConfigure = ''
export CFLAGS="-O3 -DPARALLEL_ENABLED"