Unverified Commit 199c7204 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

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

parents 541eb168 ae147f00
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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