haskellPackages.swisstable: "reflect" AVX2 requirement in platforms

This commit is contained in:
sternenseemann 2023-02-22 13:55:06 +01:00
parent f454e596de
commit 9b540a871d
2 changed files with 2 additions and 0 deletions

View file

@ -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 ]

View file

@ -278262,6 +278262,7 @@ self: {
];
description = "SwissTable hash map";
license = lib.licenses.bsd3;
platforms = lib.platforms.x86_64;
}) {};
"switch" = callPackage