mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
parent
2f34b4b883
commit
a4bbfba80d
211 changed files with 525 additions and 546 deletions
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = [ elasticsearch python-dateutil six ]
|
||||
++ stdenv.lib.optional (!isPy3k) ipaddress;
|
||||
++ lib.optional (!isPy3k) ipaddress;
|
||||
|
||||
# ImportError: No module named test_elasticsearch_dsl
|
||||
# Tests require a local instance of elasticsearch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue