efivar: mark as broken if hostPlatform.is32bit (#420958)

This commit is contained in:
Aleksana
2025-07-05 01:02:28 +08:00
committed by GitHub
+2
View File
@@ -47,5 +47,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/rhboot/efivar";
platforms = platforms.linux;
license = licenses.lgpl21Only;
# See https://github.com/NixOS/nixpkgs/issues/388309
broken = stdenv.hostPlatform.is32bit;
};
}