html2text: fix clang build

This commit is contained in:
Daiderd Jordan
2017-09-11 23:40:46 +02:00
parent 77294205ac
commit 7b00a6ef15

View File

@@ -9,7 +9,9 @@ stdenv.mkDerivation {
};
preConfigure = ''
sed -i s,/bin/echo,echo, configure
substituteInPlace configure \
--replace /bin/echo echo \
--replace CXX=unknown ':'
'';
# the --prefix has no effect