From ec4d9834ce4e7859adfec2cc92eff3c6f1dbbbef Mon Sep 17 00:00:00 2001 From: maralorn Date: Sat, 22 Apr 2023 23:04:42 +0200 Subject: [PATCH] haskellPackages.twirl: Unsupported on darwin --- .../haskell-modules/configuration-hackage2nix/main.yaml | 1 + pkgs/development/haskell-modules/hackage-packages.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index b387f30880f9..6eecb6192c1f 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -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 ] diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 6040e5c763be..6369e5791f8c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -299750,6 +299750,7 @@ self: { ]; description = "Simple 2D Game Engine"; license = lib.licenses.zlib; + badPlatforms = lib.platforms.darwin; mainProgram = "example"; }) {};