requirements: updated structure of requirement files, and re-generated nix files.

This commit is contained in:
Marcin Kuzminski 2016-12-13 11:59:00 +01:00
parent 815f6467e9
commit 31467b5fa4
5 changed files with 61 additions and 73 deletions

View file

@ -135,6 +135,8 @@ let
rhodecode-testdata
]);
#TODO: either move this into overrides, OR use the new machanics from
# pip2nix and requiremtn.txt file
propagatedBuildInputs = attrs.propagatedBuildInputs ++ (with self; [
rhodecode-tools
]);