pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication {
|
||||
};
|
||||
|
||||
pythonPath = with python3.pkgs;
|
||||
stdenv.lib.optionals stdenv.isLinux [
|
||||
lib.optionals stdenv.isLinux [
|
||||
systemd
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user