diff --git a/pkgs/development/tools/buildah/default.nix b/pkgs/development/tools/buildah/default.nix index 4b2ea26f6985..968825b79212 100644 --- a/pkgs/development/tools/buildah/default.nix +++ b/pkgs/development/tools/buildah/default.nix @@ -36,6 +36,9 @@ buildGoModule rec { doCheck = false; + # /nix/store/.../bin/ld: internal/mkcw/embed/entrypoint_amd64.o: relocation R_X86_64_32S against `.rodata.1' can not be used when making a PIE object; recompile with -fPIE + hardeningDisable = [ "pie" ]; + nativeBuildInputs = [ go-md2man installShellFiles