cantata: mark darwin as badPlatform

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Bot_wxt1221
2024-11-07 08:46:36 +08:00
committed by wxt
co-authored by Austin Horstman
parent 7f6faa9516
commit beef1f179f
+1
View File
@@ -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;
};
})