haskellPackages.twirl: Unsupported on darwin

This commit is contained in:
maralorn 2023-04-22 23:04:42 +02:00
parent 59f654146c
commit ec4d9834ce
2 changed files with 2 additions and 0 deletions

View File

@ -641,6 +641,7 @@ unsupported-platforms:
spade: [ platforms.darwin ] # depends on sdl2-mixer, which doesn't work on darwin
synthesizer-alsa: [ platforms.darwin ]
taffybar: [ platforms.darwin ]
twirl: [ platforms.darwin ] # depends on sdl2-mixer
emanote: [ x86_64-darwin ] # Depends on stork which is broken on macOS sdk < 10.14
termonad: [ platforms.darwin ]
tokyotyrant-haskell: [ platforms.darwin ]

View File

@ -299750,6 +299750,7 @@ self: {
];
description = "Simple 2D Game Engine";
license = lib.licenses.zlib;
badPlatforms = lib.platforms.darwin;
mainProgram = "example";
}) {};