mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
haskellPackages.hs-swisstable-hashtables-class: only build on x86_64
This commit is contained in:
parent
28ee5a375a
commit
16476ccdce
@ -561,6 +561,7 @@ supported-platforms:
|
||||
hsignal: [ platforms.x86 ] # -msse2
|
||||
HFuse: [ platforms.linux ]
|
||||
HQu: [ platforms.x86 ] # vendored C++ library needs i686/x86_64
|
||||
hs-swisstable-hashtables-class: [ platforms.x86_64 ] # depends on swisstable, which Needs AVX2
|
||||
hw-prim-bits: [ platforms.x86 ] # x86 assembler
|
||||
inline-asm: [ platforms.x86 ] # x86 assembler
|
||||
keid-core: [ x86_64-linux ] # geomancy (only x86), vulkan (no i686, no darwin, …)
|
||||
|
@ -148714,6 +148714,7 @@ self: {
|
||||
testHaskellDepends = [ base hashtables swisstable ];
|
||||
description = "Data.HashTable.Class instance definition for Data.HashTable.ST.Swiss";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.x86_64;
|
||||
}) {};
|
||||
|
||||
"hs-tags" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user