cantata: mark darwin as badPlatform
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
7f6faa9516
commit
beef1f179f
@ -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;
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user