nixpkgs/pkgs/development/python-modules/scrapy
Tom Hunger 69363e9611 Move scrapy to its own module and add patch to fix broken permission code.
Scrapy is usually installed via pip where copying all permissions
makes sense. In Nix the files copied are owned by root and
readonly. As a consequence scrapy can't edit the project templates so

  scrapy startproject

fails.
2017-02-16 16:21:46 +00:00
..
default.nix Move scrapy to its own module and add patch to fix broken permission code. 2017-02-16 16:21:46 +00:00
permissions-fix.patch Move scrapy to its own module and add patch to fix broken permission code. 2017-02-16 16:21:46 +00:00