Re: [Nix-dev] Python & installation

2016-04-23 Thread Vladimír Čunát
On 04/23/2016 04:22 PM, Marc Weber wrote: >> IIRC the wiki is read-only now on purpose. Its content is being (slowly) >> reviewed and integrated into our documentation. >> https://github.com/NixOS/nixpkgs/milestones/Move%20the%20wiki! > > It would not hurt adding comments to a wiki template: > >

Re: [Nix-dev] Python & installation

2016-04-23 Thread Marc Weber
> IIRC the wiki is read-only now on purpose. Its content is being (slowly) > reviewed and integrated into our documentation. > https://github.com/NixOS/nixpkgs/milestones/Move%20the%20wiki! It would not hurt adding comments to a wiki template: The wiki is readonly and will be integrated into

Re: [Nix-dev] Python & installation

2016-04-23 Thread Vladimír Čunát
On 04/23/2016 12:14 PM, Marc Weber wrote: > I tried fixing the article but can no longer login. IIRC the wiki is read-only now on purpose. Its content is being (slowly) reviewed and integrated into our documentation. https://github.com/NixOS/nixpkgs/milestones/Move%20the%20wiki! --Vladimir

Re: [Nix-dev] Python & installation

2016-04-23 Thread Marc Weber
Those are my results - python27.buildEnv worked - nixos wiki: still contained the myEnv solution on the python page. I guess that should be replaced by buildEnv for "my use case". I tried fixing the article but can no longer login. Trying to reset password yields "Error sending mail:

Re: [Nix-dev] Python & installation

2016-04-22 Thread Domen Kožar
http://nixos.org/nixpkgs/manual/ should answer all your questions regarding Python :) On Fri, Apr 22, 2016 at 4:59 PM, Marc Weber wrote: > The question I have is which is the recommended way to install "scrapy > along with dependencies", the following fixes it by making >

[Nix-dev] Python & installation

2016-04-22 Thread Marc Weber
The question I have is which is the recommended way to install "scrapy along with dependencies", the following fixes it by making propagatedUserEnvPkgs equal to propagatedBuildInputs.. is there another way? diff --git a/pkgs/development/python-modules/generic/default.nix