haskellPackages.kqueue: mark as unbroken

This was marked as broken by mistake: It builds fine, but just on darwin
which is to be expected as it is binding to an API not available on
Linux.
This commit is contained in:
sternenseemann 2021-08-06 03:24:10 +02:00
parent df69f9af32
commit ff09b0fe44
3 changed files with 2 additions and 3 deletions

View file

@ -2628,7 +2628,6 @@ broken-packages:
- koellner-phonetic
- kontra-config
- kparams
- kqueue
- kraken
- krapsh
- Kriens

View file

@ -381,6 +381,7 @@ unsupported-platforms:
HSoM: [ x86_64-darwin ]
iwlib: [ x86_64-darwin ]
jsaddle-webkit2gtk: [ x86_64-darwin ]
kqueue: [ x86_64-linux, aarch64-linux, i686-linux, armv7l-linux ] # BSD / Darwin only API
LambdaHack: [ x86_64-darwin ]
large-hashable: [ aarch64-linux ] # https://github.com/factisresearch/large-hashable/issues/17
libmodbus: [ x86_64-darwin ]

View file

@ -157280,8 +157280,7 @@ self: {
libraryToolDepends = [ c2hs ];
description = "A binding to the kqueue event library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
platforms = [ "x86_64-darwin" ];
}) {};
"kraken" = callPackage