lol

html2text: fix build with clang 16

+3
+3
pkgs/tools/text/html2text/default.nix
··· 13 13 substituteInPlace configure \ 14 14 --replace /bin/echo echo \ 15 15 --replace CXX=unknown ':' 16 + '' + lib.optionalString stdenv.cc.isClang '' 17 + substituteInPlace HTMLParser.C \ 18 + --replace "register " "" 16 19 ''; 17 20 18 21 # the --prefix has no effect