tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
html2text: fix clang build
Daiderd Jordan
8 years ago
7b00a6ef
77294205
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
html2text
default.nix
+3
-1
pkgs/tools/text/html2text/default.nix
···
9
9
};
10
10
11
11
preConfigure = ''
12
12
-
sed -i s,/bin/echo,echo, configure
12
12
+
substituteInPlace configure \
13
13
+
--replace /bin/echo echo \
14
14
+
--replace CXX=unknown ':'
13
15
'';
14
16
15
17
# the --prefix has no effect