Commit ae7af68d authored by Martin Weinelt's avatar Martin Weinelt Committed by github-actions[bot]
Browse files

kea: disable on darwin

Build failure since 2024-12 and I lack interest in debugging this for darwin.

(cherry picked from commit 198377e9)
parent 88e3cc15
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -100,6 +100,8 @@ stdenv.mkDerivation rec {
  };

  meta = with lib; {
    # error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
    broken = stdenv.hostPlatform.isDarwin;
    changelog = "https://downloads.isc.org/isc/kea/${version}/Kea-${version}-ReleaseNotes.txt";
    homepage = "https://kea.isc.org/";
    description = "High-performance, extensible DHCP server by ISC";