We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a38ace + 198377e commit 31458dbCopy full SHA for 31458db
pkgs/by-name/ke/kea/package.nix
@@ -100,6 +100,8 @@ stdenv.mkDerivation rec {
100
};
101
102
meta = with lib; {
103
+ # error: implicit instantiation of undefined template 'std::char_traits<unsigned char>'
104
+ broken = stdenv.hostPlatform.isDarwin;
105
changelog = "https://downloads.isc.org/isc/kea/${version}/Kea-${version}-ReleaseNotes.txt";
106
homepage = "https://kea.isc.org/";
107
description = "High-performance, extensible DHCP server by ISC";
0 commit comments