Commit 852d868f authored by Philipp Bartsch's avatar Philipp Bartsch
Browse files

coreboot-utils: mark nvramtool x86 only

accessors/cmos-hw-unix.c is only implemented for x86, else there is a
stub, but that fails to compile.

Fixes: https://github.com/NixOS/nixpkgs/issues/488459
parent d43a933f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -110,6 +110,10 @@ let
      pname = "nvramtool";
      meta.description = "Read and write coreboot parameters and display information from the coreboot table in CMOS/NVRAM";
      meta.mainProgram = "nvramtool";
      meta.platforms = [
        "x86_64-linux"
        "i686-linux"
      ];
    };
    superiotool = generic {
      pname = "superiotool";