haskellPackages.h-raylib: remove broken flag

Closes #197407.
This commit is contained in:
sternenseemann 2022-11-11 19:31:18 +01:00
parent 8318b634a1
commit 6e4f74f19b
2 changed files with 0 additions and 3 deletions

View file

@ -2355,7 +2355,6 @@ broken-packages:
- hquantlib
- hquery
- hR
- h-raylib
- hreq-core
- h-reversi
- hricket

View file

@ -122461,8 +122461,6 @@ self: {
];
description = "Raylib bindings for Haskell";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {c = null; inherit (pkgs) libGL; inherit (pkgs.xorg) libX11;
inherit (pkgs.xorg) libXcursor; inherit (pkgs.xorg) libXext;
inherit (pkgs.xorg) libXi; inherit (pkgs.xorg) libXinerama;