Unverified Commit 07ea40bf authored by Alexander Aleksandrovič Klimov's avatar Alexander Aleksandrovič Klimov Committed by GitHub
Browse files

efivar: mark as broken if hostPlatform.is32bit

parent ad4250c4
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;
  };
}