about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2024-05-17 10:40:58 +0200
committerGitHub <noreply@github.com>2024-05-17 10:40:58 +0200
commitd8ef956a94d6a9d4657344a7cc462771fbe05ab3 (patch)
tree153ca900f3b31981473f2bd76f08f65475bab499 /pkgs
parente66b4dc442203e9e3119604756c8792319519970 (diff)
parent8fae0743464f5cfe9bbe7366a5d0112125e9d141 (diff)
Merge pull request #312400 from YellowOnion/haskell-evdev
haskellPackages.evdev: Remove broken flag
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml1
-rw-r--r--pkgs/development/haskell-modules/hackage-packages.nix2
2 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
index aaa45de71e210..b32bd0d79d253 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
@@ -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
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix
index 5d60d09242801..be1785dc52625 100644
--- a/pkgs/development/haskell-modules/hackage-packages.nix
+++ b/pkgs/development/haskell-modules/hackage-packages.nix
@@ -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