klibc: strictDeps = true

This commit is contained in:
Guillaume Girol 2021-01-17 15:30:57 +00:00 committed by GitHub
parent 7c4b1b782a
commit 3cab73e3c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [ perl ];
strictDeps = true;
hardeningDisable = [ "format" "stackprotector" ];