Merge pull request #312400 from YellowOnion/haskell-evdev
haskellPackages.evdev: Remove broken flag
This commit is contained in:
@@ -1569,7 +1569,6 @@ broken-packages:
|
||||
- ethereum-analyzer-deps # failure in job https://hydra.nixos.org/build/252732846 at 2024-03-16
|
||||
- ethereum-rlp # failure in job https://hydra.nixos.org/build/233236392 at 2023-09-02
|
||||
- eurofxref # failure in job https://hydra.nixos.org/build/233230942 at 2023-09-02
|
||||
- evdev # failure in job https://hydra.nixos.org/build/236692293 at 2023-10-04
|
||||
- eve-cli # failure in job https://hydra.nixos.org/build/233254555 at 2023-09-02
|
||||
- eved # failure in job https://hydra.nixos.org/build/233194319 at 2023-09-02
|
||||
- eve # failure in job https://hydra.nixos.org/build/252715362 at 2024-03-16
|
||||
|
||||
@@ -101661,8 +101661,6 @@ self: {
|
||||
description = "Bindings to libevdev";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) libevdev;};
|
||||
|
||||
"evdev-streamly" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user