html2text: fix clang build
This commit is contained in:
parent
77294205ac
commit
7b00a6ef15
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user