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:
@@ -2628,7 +2628,6 @@ broken-packages:
|
||||
- koellner-phonetic
|
||||
- kontra-config
|
||||
- kparams
|
||||
- kqueue
|
||||
- kraken
|
||||
- krapsh
|
||||
- Kriens
|
||||
|
||||
@@ -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 ]
|
||||
|
||||
+1
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user