tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
blahtexml: fix build with clang 16
Weijia Wang
2 years ago
8a05519c
a4222032
+5
1 changed file
expand all
collapse all
unified
split
pkgs
tools
typesetting
tex
blahtexml
default.nix
+5
pkgs/tools/typesetting/tex/blahtexml/default.nix
···
11
11
hash = "sha256-DL5DyfARHHbwWBVHSa/VwHzNaAx/v7EDdnw1GLOk+y0=";
12
12
};
13
13
14
14
+
postPatch = lib.optionalString stdenv.cc.isClang ''
15
15
+
substituteInPlace makefile \
16
16
+
--replace "\$(CXX)" "\$(CXX) -std=c++98"
17
17
+
'';
18
18
+
14
19
outputs = [ "out" "doc" ];
15
20
16
21
nativeBuildInputs = [ texliveFull ]; # scheme-full needed for ucs package