mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
haskellPackages.swisstable: "reflect" AVX2 requirement in platforms
This commit is contained in:
parent
f454e596de
commit
9b540a871d
@ -577,6 +577,7 @@ supported-platforms:
|
||||
scat: [ platforms.x86 ] # uses scrypt, which requries x86
|
||||
scrypt: [ platforms.x86 ] # https://github.com/informatikr/scrypt/issues/8
|
||||
seqalign: [ platforms.x86 ] # x86 intrinsics
|
||||
swisstable: [ platforms.x86_64 ] # Needs AVX2
|
||||
tasty-papi: [ platforms.linux ] # limited by pkgs.papi
|
||||
udev: [ platforms.linux ]
|
||||
Win32-console: [ platforms.windows ]
|
||||
|
@ -278262,6 +278262,7 @@ self: {
|
||||
];
|
||||
description = "SwissTable hash map";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.x86_64;
|
||||
}) {};
|
||||
|
||||
"switch" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user