efivar: mark as broken if hostPlatform.is32bit
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user