
Since Nix 1.4, expressions like "${path}/blabla" always evaluate to a string rather than a path. However, findLaTeXIncludes depended on the old (weird) behaviour, leading to errors like: error: string `/nix/store/4c32q75in74m1148anlzdhb8jpppab0s-bla/IEEEtran.cls' cannot refer to other paths So use path concatenation instead.
Description
No description provided
Languages
Nix
96.3%
Shell
1.8%
Python
0.7%
Perl
0.4%
C
0.3%
Other
0.1%