Skip to content

Commit 7b00a6e

Browse files
committedSep 11, 2017
html2text: fix clang build
1 parent 7729420 commit 7b00a6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎pkgs/tools/text/html2text/default.nix

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ stdenv.mkDerivation {
99
};
1010

1111
preConfigure = ''
12-
sed -i s,/bin/echo,echo, configure
12+
substituteInPlace configure \
13+
--replace /bin/echo echo \
14+
--replace CXX=unknown ':'
1315
'';
1416

1517
# the --prefix has no effect

0 commit comments

Comments
 (0)
Please sign in to comment.