Skip to content

Commit

Permalink
Mark nix-ld as broken on 32 bit targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrischknecht committed Nov 25, 2023
1 parent 1fb1239 commit 52a2546
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 52a2546

Please sign in to comment.