Skip to content

Commit

Permalink
Merge pull request NixOS#270471 from NixOS/backport-269919-to-release…
Browse files Browse the repository at this point in the history
…-23.11

[Backport release-23.11] nix-ld: mark as broken on 32 bit targets
  • Loading branch information
infinisil authored Nov 27, 2023
2 parents 56798d7 + a8e3d0d commit d21337e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/os-specific/linux/nix-ld/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@ stdenv.mkDerivation rec {
license = licenses.mit;
maintainers = with maintainers; [ mic92 ];
platforms = platforms.linux;

# 32 bit builds are broken due to a missing #define value:
# https://github.com/Mic92/nix-ld/issues/64
broken = stdenv.is32bit;
};
}

0 comments on commit d21337e

Please sign in to comment.