efivar: mark as broken if hostPlatform.is32bit

authored by Alexander Aleksandrovič Klimov and committed by GitHub 07ea40bf ad4250c4

+2
+2
pkgs/by-name/ef/efivar/package.nix
··· 47 47 homepage = "https://github.com/rhboot/efivar"; 48 48 platforms = platforms.linux; 49 49 license = licenses.lgpl21Only; 50 + # See https://github.com/NixOS/nixpkgs/issues/388309 51 + broken = stdenv.hostPlatform.is32bit; 50 52 }; 51 53 }