Adjust lib and pythonPackages to upstream nixpkgs changes#471
Adjust lib and pythonPackages to upstream nixpkgs changes#471hlolli wants to merge 7 commits intonix-community:masterfrom
Conversation
| inherit (pkgs) stdenv; | ||
| python = pkgs.{{ python_version }}; | ||
| }; | ||
| pythonPackages = pkgs.python3.pkgs; |
There was a problem hiding this comment.
python3 must be {{ python_version }}
|
There are still two tests failing:
https://url.test seems to my eyes to be equal to https://url.test will look into this one... |
|
You will need to fork this repo since the tests fail and I cannot merge the tests unless they are green. sorry |
That's what I meant, I'm looking into these test failure. Will update once done. |
Importing python-packages from top-level is now curried 1 more level, to which I'm failing to understand and reproducing in nix repl, https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/interpreters/python/default.nix#L26
Accessing lib from pkgs.stdenv is now throwing warning so I'm changing the template too.