Set strictDeps to true on all our packages

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

View File

@@ -41,6 +41,7 @@ in
pname = "AMD-uProf";
inherit src version;
dontStrip = true;
strictDeps = true;
phases = [ "installPhase" "fixupPhase" ];
nativeBuildInputs = [ autoPatchelfHook radare2 ];
buildInputs = [

View File

@@ -18,6 +18,7 @@ in stdenv.mkDerivation {
set +x
'';
hardeningDisable = [ "pic" "format" ];
strictDeps = true;
nativeBuildInputs = kernel.moduleBuildDependencies;
patches = [ ./makefile.patch ./hrtimer.patch ./remove-wr-rdmsrq.patch ];
makeFlags = [