pkgsi686Linux.pkgsMusl.gzip: Fix build (#496824)

This commit is contained in:
Michael Daniels
2026-03-06 02:27:08 +00:00
committed by GitHub
+4
View File
@@ -48,6 +48,10 @@ stdenv.mkDerivation (finalAttrs: {
"ZLESS_PROG=zless"
];
env = lib.optionalAttrs (stdenv.hostPlatform.isMusl && stdenv.hostPlatform.isx86_32) {
NIX_CFLAGS_LINK = "-no-pie";
};
nativeCheckInputs = [
less
perl