Unverified Commit beef1f17 authored by Bot_wxt1221's avatar Bot_wxt1221 Committed by wxt
Browse files

cantata: mark darwin as badPlatform

parent 7f6faa95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -197,5 +197,6 @@ stdenv.mkDerivation (finalAttrs: {
    # Technically, Cantata should run on Darwin/Windows so if someone wants to
    # bother figuring that one out, be my guest.
    platforms = lib.platforms.unix;
    badPlatforms = lib.platforms.darwin;
  };
})