Skip to content

Commit 31458db

Browse files
authored
kea: disable on darwin (#407866)
2 parents 4a38ace + 198377e commit 31458db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/ke/kea/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ stdenv.mkDerivation rec {
100100
};
101101

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

0 commit comments

Comments
 (0)