Skip to content

Commit

Permalink
html2text: fix clang build
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Sep 11, 2017
1 parent 7729420 commit 7b00a6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/tools/text/html2text/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 7b00a6e

Please sign in to comment.