mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
nix-ld: restore 32-bit support
This commit is contained in:
parent
0d840e3a14
commit
5c22e192d9
@ -48,9 +48,5 @@ 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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user