-
-
Notifications
You must be signed in to change notification settings - Fork 47
Adjust lib and pythonPackages to upstream nixpkgs changes #471
base: master
Are you sure you want to change the base?
Conversation
inherit (pkgs) stdenv; | ||
python = pkgs.{{ python_version }}; | ||
}; | ||
pythonPackages = pkgs.python3.pkgs; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
still significant have this error on installing
|
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.