[Backport release-26.05] mawk: fix passthru.tests, relax hardening options (#543262)

This commit is contained in:
Bjørn Forsman
2026-07-18 16:10:23 +00:00
committed by GitHub

View File

@@ -21,10 +21,15 @@ stdenv.mkDerivation (finalAttrs: {
depsBuildBuild = [ buildPackages.stdenv.cc ];
hardeningDisable = [
"strictflexarrays1"
];
passthru = {
tests.version = testers.testVersion {
package = finalAttrs.finalPackage;
command = "mawk -W version";
version = lib.replaceString "-" " " finalAttrs.version;
};
updateScript = directoryListingUpdater {
inherit (finalAttrs) pname version;