Set strictDeps to true on all our packages

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

View File

@@ -48,6 +48,7 @@ in stdenv.mkDerivation {
inherit (source) src version;
enableParallelBuilding = true;
strictDeps = true;
passthru = {
CC = "clang";

View File

@@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
dontStrip = enableDebug;
separateDebugInfo = true;
strictDeps = true;
cmakeFlags = [
"-DLIBOMP_OMPD_SUPPORT=OFF"