Unverified Commit d0e2aa93 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents c9469426 07ea40bf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}