html2text: fix clang build
This commit is contained in:
@@ -9,7 +9,9 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
sed -i s,/bin/echo,echo, configure
|
substituteInPlace configure \
|
||||||
|
--replace /bin/echo echo \
|
||||||
|
--replace CXX=unknown ':'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# the --prefix has no effect
|
# the --prefix has no effect
|
||||||
|
|||||||
Reference in New Issue
Block a user