[Nix-dev] Customizing calibre PYTHONPATH to support plugins...

Michael Alan Dorman mdorman at jaunder.io
Sat Feb 28 21:22:16 CET 2015


On Sat, Feb 28, 2015, at 11:58 AM, Cillian de Róiste wrote:
> Hi Michael,
> 
> I think the following would work:
> 
>     calibrePython = pkgs.python27Full.buildEnv.override { extraLibs =
> [ pkgs.python27Packages.pycrypto ]; };
>     myCalibre = pkgs.calibre.override { python = calibrePython; };
> 
> Cheers,
> Cillian

Cillian,

Thanks for offering that option.  Unfortunately, it does not appear to
make a difference.

Mike.


More information about the nix-dev mailing list