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
See nix-community/nix-ld#64

(cherry picked from commit 52a2546)
  • Loading branch information
mfrischknecht authored and github-actions[bot] committed Nov 27, 2023
1 parent 42e452b commit a8e3d0d
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 a8e3d0d

Please sign in to comment.