Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-28 00:40:17 +00:00
committed by GitHub
22 changed files with 216 additions and 90 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
makeFlags = [
"prefix=${placeholder "out"}"
];
] ++ lib.optional stdenv.hostPlatform.isStatic "ENABLE_SHARED=0";
hardeningDisable = lib.optional (stdenv.isi686) "stackprotector";