treewide: stdenv.lib -> lib
This commit is contained in:
@@ -32,7 +32,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
requests
|
||||
setuptools
|
||||
tornado
|
||||
] ++ stdenv.lib.optional (!stdenv.isDarwin) dbus-python
|
||||
] ++ lib.optional (!stdenv.isDarwin) dbus-python
|
||||
);
|
||||
|
||||
# There are no tests
|
||||
|
||||
Reference in New Issue
Block a user