efivar: mark as broken if hostPlatform.is32bit

This commit is contained in:
Alexander Aleksandrovič Klimov
2025-06-29 12:40:00 +02:00
committed by GitHub
parent ad4250c408
commit 07ea40bfcf
+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;
};
}