From da8690addbb6a452a0aeae24dd4c863ee8b6483b Mon Sep 17 00:00:00 2001 From: xeals Date: Sat, 3 Jan 2026 09:48:32 +1100 Subject: [PATCH] libhl: mark as broken probably related to https://github.com/NixOS/nixpkgs/issues/475479 --- pkgs/by-name/li/libhl/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/li/libhl/package.nix b/pkgs/by-name/li/libhl/package.nix index d59480d..c0c66b3 100644 --- a/pkgs/by-name/li/libhl/package.nix +++ b/pkgs/by-name/li/libhl/package.nix @@ -31,5 +31,6 @@ stdenv.mkDerivation rec { description = "Simple and fast C library implementing a thread-safe API to manage hash-tables, linked lists, lock-free ring buffers and queues "; license = licenses.lgpl3; platforms = platforms.all; + broken = true; }; }