html2text: fix clang build

This commit is contained in:
Daiderd Jordan 2017-09-11 23:40:46 +02:00
parent 77294205ac
commit 7b00a6ef15
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

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