aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
diff options
context:
space:
mode:
authorJoe Hermaszewski <git@monoid.al>2020-11-06 22:50:00 +0800
committerPeter Simons <simons@cryp.to>2020-11-06 21:38:28 +0100
commit7347bbf45443f55ce591079ea5a49712a0560a2e (patch)
tree521290d058c4fcff1df317d0adc72425948afbd3 /pkgs/development/haskell-modules/configuration-hackage2nix.yaml
parente0073ccae7392a3395694c0faea66263590ff453 (diff)
haskellPackages.vulkan: add 32 bit platforms to unsupported-platforms
Same for haskellPackages.VulkanMemoryAllocator
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-hackage2nix.yaml')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 8213b47785b0..4328d6a75894 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -2738,6 +2738,8 @@ unsupported-platforms:
sdl2-mixer: [ x86_64-darwin ]
sdl2-ttf: [ x86_64-darwin ]
tokyotyrant-haskell: [ x86_64-darwin ]
+ vulkan: [ i686-linux, armv7l-linux ]
+ VulkanMemoryAllocator: [ i686-linux, armv7l-linux ]
Win32-console: [ i686-linux, x86_64-linux, x86_64-darwin ]
Win32-dhcp-server: [ i686-linux, x86_64-linux, x86_64-darwin ]
Win32-errors: [ i686-linux, x86_64-linux, x86_64-darwin ]