pkgs/development/python-modules: stdenv.lib -> lib
This commit is contained in:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ future ujson ]
|
||||
++ stdenv.lib.optional (pythonOlder "3.2") futures;
|
||||
++ lib.optional (pythonOlder "3.2") futures;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/palantir/python-jsonrpc-server";
|
||||
|
||||
Reference in New Issue
Block a user