tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
html2text: fix build with clang 16
Weijia Wang
2 years ago
7cbcabc8
a38b57a3
+3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
html2text
default.nix
+3
pkgs/tools/text/html2text/default.nix
···
13
13
substituteInPlace configure \
14
14
--replace /bin/echo echo \
15
15
--replace CXX=unknown ':'
16
16
+
'' + lib.optionalString stdenv.cc.isClang ''
17
17
+
substituteInPlace HTMLParser.C \
18
18
+
--replace "register " ""
16
19
'';
17
20
18
21
# the --prefix has no effect