efivar: mark as broken if hostPlatform.is32bit
Alexander Aleksandrovič Klimov 6 months ago 07ea40bf ad4250c4
··· 47 47 homepage = "https://github.com/rhboot/efivar"; 48 48 platforms = platforms.linux; 49 49 license = licenses.lgpl21Only; 50 50 + # See https://github.com/NixOS/nixpkgs/issues/388309 51 51 + broken = stdenv.hostPlatform.is32bit; 50 52 }; 51 53 }