Commit 85e0d4dd authored by Cheng Shao's avatar Cheng Shao
Browse files

OVMFFull: fix build on aarch64-darwin

parent a27f1200
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -274,6 +274,5 @@ edk2.mkDerivation projectDscPath (finalAttrs: {
      mjoerg
      sigmasquadron
    ];
    broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
  };
})