[Nix-dev] What happened to python-wrapper?

Eelco Dolstra e.dolstra at tudelft.nl
Tue Apr 12 12:34:22 CEST 2011


Hi,

On 04/12/2011 11:57 AM, Peter Simons wrote:

> it appears that the python-wrapper package was dropped from all-packages.nix
> during the merge of the 'modular-python' branch. Was that intentional? Is that
> functionality now available elsewhere?

It's still there and even used:

   pythonFull = callPackage ../development/interpreters/python/wrapper.nix {
     extraLibs = lib.attrValues python.modules;
   };

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/



More information about the nix-dev mailing list