Re: [Nix-dev] pathExists

2013-02-24 Thread Nicolas Pierron
On Sat, Feb 23, 2013 at 7:38 AM, Marco Maggesi wrote: > Hello, > > I'm trying to create a pdf as follows > > let > pkgs = import {}; > in > pkgs.texFunctions.runLaTeX { > rootFile = ./strengthened.tex; > } > > And I get the following error: > > ... > while evaluating the function at > `/Users/

Re: [Nix-dev] pathExists

2013-02-24 Thread James Cook
On 23 February 2013 07:38, Marco Maggesi wrote: > Hello, > > I'm trying to create a pdf as follows > > let > pkgs = import {}; > in > pkgs.texFunctions.runLaTeX { > rootFile = ./strengthened.tex; > } > > And I get the following error: > > ... > while evaluating the function at > `/Users/magges

[Nix-dev] pathExists

2013-02-23 Thread Marco Maggesi
Hello, I'm trying to create a pdf as follows let pkgs = import {}; in pkgs.texFunctions.runLaTeX { rootFile = ./strengthened.tex; } And I get the following error: ... while evaluating the function at `/Users/maggesi/Devel/nixpkgs/pkgs/tools/typesetting/tex/nix/default.nix:68:40': while eval