Commit 26b947c9 authored by Weijia Wang's avatar Weijia Wang
Browse files

limine: mark as broken on darwin

parent 2ea9604b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ stdenv.mkDerivation {
    # The platforms on that the Liminine binary and helper tools can run, not
    # necessarily the platforms for that bootable images can be created.
    platforms = platforms.unix;
    badPlatforms = platforms.darwin;
    maintainers = [
      maintainers._48cf
      maintainers.phip1611