Files
nixpkgs/pkgs/tools/typesetting
Eelco Dolstra 82f947c78a runLaTeX: Fix dependency detection
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.
2013-03-16 16:56:19 +01:00
..
2010-09-21 12:50:39 +00:00
2011-12-14 18:58:12 +00:00
2013-03-16 16:56:19 +01:00
2010-05-04 13:32:04 +00:00