cantata: mark darwin as badPlatform

Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Bot_wxt1221 2024-11-07 08:44:39 +08:00 committed by wxt
parent 7f6faa9516
commit beef1f179f
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

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;
};
})