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
hash = "sha256-DL5DyfARHHbwWBVHSa/VwHzNaAx/v7EDdnw1GLOk+y0=";
12
};
13
0
0
0
0
0
14
outputs = [ "out" "doc" ];
15
16
nativeBuildInputs = [ texliveFull ]; # scheme-full needed for ucs package
···
11
hash = "sha256-DL5DyfARHHbwWBVHSa/VwHzNaAx/v7EDdnw1GLOk+y0=";
12
};
13
14
+
postPatch = lib.optionalString stdenv.cc.isClang ''
15
+
substituteInPlace makefile \
16
+
--replace "\$(CXX)" "\$(CXX) -std=c++98"
17
+
'';
18
+
19
outputs = [ "out" "doc" ];
20
21
nativeBuildInputs = [ texliveFull ]; # scheme-full needed for ucs package