Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

html2text: fix clang build

+3 -1
+3 -1
pkgs/tools/text/html2text/default.nix
··· 9 9 }; 10 10 11 11 preConfigure = '' 12 - sed -i s,/bin/echo,echo, configure 12 + substituteInPlace configure \ 13 + --replace /bin/echo echo \ 14 + --replace CXX=unknown ':' 13 15 ''; 14 16 15 17 # the --prefix has no effect