mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-15 11:50:09 +00:00
haskellPackages.twirl: Unsupported on darwin
This commit is contained in:
@@ -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";
|
||||
}) {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user