pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -10,7 +10,7 @@ python3Packages.buildPythonApplication rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [ dateutil future requests beautifulsoup4 ]
|
||||
++ stdenv.lib.optional withTwitter python3Packages.twitter
|
||||
++ lib.optional withTwitter python3Packages.twitter
|
||||
;
|
||||
|
||||
# No tests in Pypi Tarball
|
||||
|
||||
Reference in New Issue
Block a user