libhl: mark as broken
Some checks failed
CI / checks (nur) (push) Successful in 3m26s
CI / build-and-update (xeals, xeals) (push) Successful in 19m39s
Update flake inputs / update-flake (push) Failing after 2m27s

probably related to https://github.com/NixOS/nixpkgs/issues/475479
This commit is contained in:
2026-01-03 09:48:32 +11:00
parent 9b4d32e8d9
commit da8690addb

View File

@@ -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;
};
}