mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
haskellPackages.twirl: Unsupported on darwin
This commit is contained in:
parent
59f654146c
commit
ec4d9834ce
@ -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 ]
|
||||
|
@ -299750,6 +299750,7 @@ self: {
|
||||
];
|
||||
description = "Simple 2D Game Engine";
|
||||
license = lib.licenses.zlib;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
mainProgram = "example";
|
||||
}) {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user